Skip to content

Commit

Permalink
Allow failure for php 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Sep 25, 2018
1 parent 54c3a88 commit 7e906bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -24,4 +24,8 @@ before_script:

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache

matrix:
allow_failures:
- php: 5.5

0 comments on commit 7e906bc

Please sign in to comment.