Skip to content

Commit

Permalink
Test dev versions of packages (and allow build to fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Dec 20, 2018
1 parent 979d65d commit a80af45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -66,6 +66,13 @@ jobs:
- composer config minimum-stability alpha
- travis_retry composer update -n --prefer-dist

# Test dev level software
- php: nightly
env: stability=dev
install:
- composer config minimum-stability dev
- travis_retry composer update -n --prefer-dist

- stage: Code Quality
env: CODING_STANDARDS
php: 7.1
Expand Down

0 comments on commit a80af45

Please sign in to comment.