summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aef1d283..d2d6ac87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,11 @@ go:
before_install:
- go version
- - sudo apt-get purge -y php5
- sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update
- sudo apt-get install -y php7.0-cli
+ - which php
+ - which php7.0
- php -v
- composer self-update