Skip to content

Commit c906369

Browse files
committed
Merge pull request #5 from logical-and/travis-php7
travis: PHP 7.0 nightly added
2 parents 9ecc8c3 + 3064423 commit c906369

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm
89

910
matrix:
11+
fast_finish: true
1012
allow_failures:
13+
- php: 7.0
1114
- php: hhvm
1215

1316
before_script:
1417
- composer self-update
15-
- composer install --dev --prefer-source --no-interaction
18+
- composer install --prefer-source --no-interaction
1619
- phpenv rehash
1720

1821
script:
19-
- phpunit --coverage-text
22+
- phpunit --coverage-text

0 commit comments

Comments
 (0)