We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bc262 commit 30e0671Copy full SHA for 30e0671
.travis.yml
@@ -1,29 +1,21 @@
1
language: php
2
3
-sudo: false
4
-
5
php:
6
- 5.3
7
- 5.4
8
- 5.5
9
- 5.6
10
- 7.0
11
- 7.1
12
- - hhvm
13
14
-matrix:
15
- fast_finish: true
16
- allow_failures:
17
- - php: hhvm
18
+sudo: false
+
19
cache:
20
directories:
21
- $HOME/.composer/cache
22
23
before_install:
24
- travis_retry composer self-update
25
26
-install:
27
- travis_retry composer install --no-interaction --prefer-source
28
29
script:
0 commit comments