Skip to content

Commit

Permalink
Also run the tests with PHP 7.3 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jul 18, 2018
1 parent e96f861 commit 27114e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ matrix:
- php: 7.1
- php: 7.2

# Ignore the platform requirements for the upcoming PHP version
- php: nightly
env: COMPOSER_FLAGS='--ignore-platform-reqs'

# Generate the coverage with the latest PHP version
- php: 7.2
env: COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml'
Expand All @@ -31,6 +35,8 @@ matrix:
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.2
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
allow_failures:
- php: nightly
fast_finish: true

before_install:
Expand Down

0 comments on commit 27114e7

Please sign in to comment.