diff options
author | Wolfy-J <[email protected]> | 2018-06-11 15:24:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 15:24:03 +0300 |
commit | 9970adb3b5cc6ddacd3e11e1e3f93386a6023868 (patch) | |
tree | df9e84cf01611ad03d2467212ab4750644555c15 | |
parent | 42e65c1151cfff621eb2af0d1a9a29c1b0bdb2a6 (diff) |
improved tests
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 358aaff5..603b5cb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ go: 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 |