Skip to content

Commit 5f3578d

Browse files
committed
First class support for PHP7 and HHVM
1 parent ded1ec3 commit 5f3578d

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
@@ -7,17 +7,11 @@ php:
77
- 5.6
88
- 7
99
- hhvm
10-
- hhvm-nightly
1110

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

19-
before_script:
20-
- composer install --dev --prefer-source
13+
install:
14+
- composer install --prefer-source --no-interaction
2115

2216
script:
2317
- phpunit --coverage-text

0 commit comments

Comments
 (0)