We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded1ec3 commit 5f3578dCopy full SHA for 5f3578d
1 file changed
.travis.yml
@@ -7,17 +7,11 @@ php:
7
- 5.6
8
- 7
9
- hhvm
10
- - hhvm-nightly
11
12
-matrix:
13
- allow_failures:
14
- - php: 7
15
- - php: hhvm
16
- - php: hhvm-nightly
17
- fast_finish: true
+sudo: false
18
19
-before_script:
20
- - composer install --dev --prefer-source
+install:
+ - composer install --prefer-source --no-interaction
21
22
script:
23
- phpunit --coverage-text
0 commit comments