diff options
author | Wolfy-J <[email protected]> | 2018-06-11 15:18:54 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 15:18:54 +0300 |
commit | 42e65c1151cfff621eb2af0d1a9a29c1b0bdb2a6 (patch) | |
tree | f835f9f3938e5cc66d6009601bdbfd4c1eecc922 | |
parent | b8c26aab13aaf92ec685e95d456f82c69ea5fc58 (diff) |
improved tests
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f86d88c4..358aaff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,12 @@ sudo: required go: - "1.8" - - "1.9" - - "1.10.x" before_install: - go version - sudo apt-get update + - sudo apt-get purge -y php + - sudo add-apt-repository -y ppa:ondrej/php - sudo apt-get install -y php7.0-cli - php -v - composer self-update |