diff options
author | Wolfy-J <[email protected]> | 2018-06-11 15:16:31 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 15:16:31 +0300 |
commit | b8c26aab13aaf92ec685e95d456f82c69ea5fc58 (patch) | |
tree | adc81c2fa2ad63b528c7c6b48c1e54930c0cbb0e /.travis.yml | |
parent | c9e4c41ab81e48a15660ba2a392f23571e28ecd2 (diff) |
improved tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f78327da..f86d88c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,10 @@ go: - "1.9" - "1.10.x" -php: - - "7.0" - before_install: - go version + - sudo apt-get update + - sudo apt-get install -y php7.0-cli - php -v - composer self-update |