Skip to content

Commit f257c24

Browse files
authored
Merge pull request #102 from clue-labs/php
First class support for PHP7 and HHVM
2 parents 945ca81 + 6f1b950 commit f257c24

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ php:
77
- 7
88
- hhvm
99

10-
matrix:
11-
allow_failures:
12-
- php: 7
13-
- php: hhvm
14-
15-
before_script:
16-
- composer install --dev --prefer-source
10+
install:
11+
- composer install --no-interaction
1712

1813
script:
1914
- ./vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)