Skip to content

Commit 1ccdea1

Browse files
committed
Merge pull request #645 from stof/nightly
Add testing on PHP nightly
2 parents 0faeeac + aedd251 commit 1ccdea1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ language: php
22

33
sudo: false
44

5-
php: [5.3, 5.4, 5.5, 5.6, hhvm]
5+
php: [5.3, 5.4, 5.5, 5.6, nightly, hhvm]
6+
7+
matrix:
8+
fast_finish: true
9+
allow_failures:
10+
- php: nightly
611

712
cache:
813
directories:
@@ -14,4 +19,4 @@ install:
1419
script: phpunit -v --coverage-clover=coverage.clover
1520

1621
after_script:
17-
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
22+
- if [ "nightly" != "$TRAVIS_PHP_VERSION" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)