Skip to content

Commit 67c60c7

Browse files
Sean MolenaarSean Molenaar
authored andcommitted
Updating travis #2
1 parent 26a3865 commit 67c60c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ language: php
22
php:
33
- '5.6'
44
- '7.0'
5-
- '7.1'
65
before_script:
76
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
87
- 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
8+
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi
109
- wget --content-disposition "https://github.com/theseer/Autoload/releases/download/1.22.0/phpab-1.22.0.phar"
1110
- mv phpab-1.22.0.phar phpab
1211
- chmod +x phpab

0 commit comments

Comments
 (0)