Skip to content

Commit

Permalink
Travis CI tests with lowest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 10, 2019
1 parent ecc83ec commit d3aaf62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ php:
- 7.4snapshot

matrix:
include:
- php: 7.1.0
env: dependencies=lowest
allow_failures:
- php: 7.4snapshot

before_script:
- composer install
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest; else composer update; fi;

script:
- mkdir -p build/logs
Expand Down

0 comments on commit d3aaf62

Please sign in to comment.