We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a3865 commit 67c60c7Copy full SHA for 67c60c7
.travis.yml
@@ -2,11 +2,10 @@ language: php
2
php:
3
- '5.6'
4
- '7.0'
5
-- '7.1'
6
before_script:
7
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
8
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
9
-- pecl install uopz
+- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi
10
- wget --content-disposition "https://github.com/theseer/Autoload/releases/download/1.22.0/phpab-1.22.0.phar"
11
- mv phpab-1.22.0.phar phpab
12
- chmod +x phpab
0 commit comments