Skip to content

Commit

Permalink
add nightly build and remove 7.2 lowest-deps build
Browse files Browse the repository at this point in the history
as phpunit is throwing fatals with lowest deps on php 7.2 but mockery
somehow needs an older phpunit and finding the sweet spot is not worth it
imho. refs #30
  • Loading branch information
graste committed Jan 30, 2018
1 parent 4e4972e commit fb1d4a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ matrix:
env: COMPOSER_FLAGS="install"
- php: 7.2
env: COMPOSER_FLAGS="update --prefer-stable --prefer-source"
- php: 7.2
env: COMPOSER_FLAGS="update --prefer-lowest --prefer-stable --prefer-source"
- php: nightly
allow_failures:
- php: nightly

Expand Down

0 comments on commit fb1d4a2

Please sign in to comment.