Skip to content

Commit 4faf42d

Browse files
committed
First class support for PHP7 and HHVM
1 parent 9b3eba6 commit 4faf42d

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,11 @@ php:
66
- 5.6
77
- 7
88
- hhvm
9-
- hhvm-nightly
109

11-
matrix:
12-
allow_failures:
13-
- php: 7
14-
- php: hhvm
15-
- php: hhvm-nightly
16-
fast_finish: true
10+
sudo: false
1711

18-
before_script:
19-
- composer install --dev --prefer-source
12+
install:
13+
- composer install --prefer-source --no-interaction
2014

2115
script:
2216
- phpunit --coverage-text

0 commit comments

Comments
 (0)