diff options
author | Wolfy-J <[email protected]> | 2018-06-11 21:33:05 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 21:33:05 +0300 |
commit | 3c3aee064db2219b3a9814f6523fc6b3cb1ca984 (patch) | |
tree | 40d5b2c7ea523868f9190f71fe59f1a22af9e9a8 /.travis.yml | |
parent | b9f800762fd642477fe45d4ef3c68f3a33ad7b6a (diff) |
no library dependency
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0fa65c40..1a2efadf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: before_install: - go version + - sudo apt-get purge -y php5.6 - sudo add-apt-repository -y ppa:ondrej/php - sudo apt-get update - sudo apt-get install -y php7.0-cli |