Skip to content

Commit 1ee25d9

Browse files
committed
Allowed PHP 5.5 to fail on travis
Running composer fails on 5.5 currently
1 parent 3fc015b commit 1ee25d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ php:
55
- 5.4
66
- 5.5
77

8+
matrix:
9+
allow_failures:
10+
- php: 5.5
11+
812
before_script: composer install --dev --prefer-source
913

1014
notifications:

0 commit comments

Comments
 (0)