Skip to content

Commit 5d4460d

Browse files
committed
Update .travis.yml
1 parent 75a01f4 commit 5d4460d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ matrix:
1111
- php: 5.6
1212
- php: hhvm
1313
- php: nightly
14+
- php: 7.1
1415
- php: 7.0
1516
env: COVERAGE=yes
1617
allow_failures:
1718
- php: nightly
1819
- php: hhvm
1920
fast_finish: true
2021
before_install:
21-
- if [[ $TRAVIS_PHP_VERSION != hhvm && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi;
22+
- if [[ $TRAVIS_PHP_VERSION != hhvm && $TRAVIS_PHP_VERSION != nightly && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi;
2223
- composer selfupdate
2324
install:
24-
- composer update --no-interaction --prefer-source
25+
- composer update --no-interaction
2526
script:
2627
- ./bin/phpcs.phar --standard=PSR2 ./src -v
2728
- ./bin/phpcpd.phar ./src

0 commit comments

Comments
 (0)