diff options
author | Wolfy-J <[email protected]> | 2018-06-11 15:27:15 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 15:27:15 +0300 |
commit | d508aa37f86615c4d77cef14aafcc3fbfebcd459 (patch) | |
tree | d82f9fa2082162587d5742ab09a5375000d34489 /.travis.yml | |
parent | 9970adb3b5cc6ddacd3e11e1e3f93386a6023868 (diff) |
improved tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 603b5cb4..8cc0917f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - go version - sudo apt-get update - sudo add-apt-repository -y ppa:ondrej/php - - sudo apt-get install -y php7.0-cli + - sudo apt-get install -y php7.0 - php -v - composer self-update |