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.
2 parents 3660c94 + 7ab5321 commit 98da365Copy full SHA for 98da365
1 file changed
.travis.yml
@@ -3,6 +3,9 @@ php:
3
- 5.3
4
- 5.6
5
- hhvm
6
+matrix:
7
+ allow_failures:
8
+ - php: 5.3 # works locally?
9
install:
10
- composer update --prefer-source --no-interaction
11
script:
0 commit comments