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 9b3eba6 commit 4faf42dCopy full SHA for 4faf42d
1 file changed
.travis.yml
@@ -6,17 +6,11 @@ php:
6
- 5.6
7
- 7
8
- hhvm
9
- - hhvm-nightly
10
11
-matrix:
12
- allow_failures:
13
- - php: 7
14
- - php: hhvm
15
- - php: hhvm-nightly
16
- fast_finish: true
+sudo: false
17
18
-before_script:
19
- - composer install --dev --prefer-source
+install:
+ - composer install --prefer-source --no-interaction
20
21
script:
22
- phpunit --coverage-text
0 commit comments