Skip to content

Commit

Permalink
(#270) lock file was generated on 7.2, needs removing so 7.0 unit tes…
Browse files Browse the repository at this point in the history
…ts "pass"
  • Loading branch information
carbontwelve committed Feb 22, 2018
1 parent 5b727c7 commit ddf8635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sudo: false

matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
env: WITH_COVERAGE=true
- php: nightly
allow_failures:
Expand All @@ -24,6 +24,7 @@ before_install:
- travis_retry composer self-update

install:
- rm composer.lock
- travis_retry composer install --no-interaction --prefer-dist --no-suggest;

script:
Expand Down

0 comments on commit ddf8635

Please sign in to comment.