Skip to content

Commit 98da365

Browse files
committed
Merge pull request #3 from clue-labs/php53
Ignore PHP 5.3 errors
2 parents 3660c94 + 7ab5321 commit 98da365

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ php:
33
- 5.3
44
- 5.6
55
- hhvm
6+
matrix:
7+
allow_failures:
8+
- php: 5.3 # works locally?
69
install:
710
- composer update --prefer-source --no-interaction
811
script:

0 commit comments

Comments
 (0)