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 fb5c208 commit c756bf3Copy full SHA for c756bf3
.travis.yml
@@ -3,16 +3,18 @@ php:
3
- "5.6"
4
- "5.5"
5
- "5.4"
6
- - "5.3"
7
- "7.0"
8
- "7.1"
9
- hhvm
10
- nightly
+ - "5.3"
11
+
12
13
matrix:
14
allow_failures:
15
- php: nightly
16
- php: hhvm
17
+ - php: "5.3"
18
19
os:
20
- linux
@@ -43,4 +45,4 @@ after_success:
43
45
cache:
44
46
directories:
47
- vendor
- - $HOME/.cache/composer
48
+ - $HOME/.cache/composer
0 commit comments