Skip to content

Commit

Permalink
Allow tests to pass on php 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Aug 2, 2016
1 parent d0144c2 commit d582b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cache:
- $HOME/.composer/cache

before_script:
- 'if [ "$TRAVIS_PHP_VERSION" = "5.4" ]; then rm composer.lock; fi'
- composer install

script:
Expand Down

0 comments on commit d582b48

Please sign in to comment.