Skip to content

Commit

Permalink
[Travis] Add more environment of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed May 1, 2019
1 parent ea4a6e6 commit 2206d2e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,46 @@ matrix:
include:
- php: 5.5
env: COMPOSER_VERSION="1.6.*"
- php: 5.5
env: COMPOSER_VERSION="1.7.*"
- php: 5.5
env: COMPOSER_VERSION="1.8.*"
- php: 5.6
env: COMPOSER_VERSION="1.6.*"
- php: 5.6
env: COMPOSER_VERSION="1.7.*"
- php: 5.6
env: COMPOSER_VERSION="1.8.*"
- php: 7.0
env: COMPOSER_VERSION="1.6.*"
- php: 7.0
env: COMPOSER_VERSION="1.7.*"
- php: 7.0
env: COMPOSER_VERSION="1.8.*"
- php: 7.1
env: COMPOSER_VERSION="1.6.*"
- php: 7.1
env: COMPOSER_VERSION="1.7.*"
- php: 7.1
env: COMPOSER_VERSION="1.8.*"
- php: 7.2
env: COMPOSER_VERSION="1.6.*"
- php: 7.2
env: COMPOSER_VERSION="1.7.*"
- php: 7.2
env: COMPOSER_VERSION="1.8.*"
- php: 7.3
env: COMPOSER_VERSION="1.6.*"
- php: 7.3
env: COMPOSER_VERSION="1.7.*"
- php: 7.3
env: COMPOSER_VERSION="1.8.*"
- php: nightly
env: COMPOSER_VERSION="1.6.*"
- php: nightly
env: COMPOSER_VERSION="1.7.*"
- php: nightly
env: COMPOSER_VERSION="1.8.*"

allow_failures:
- php: nightly
Expand Down

0 comments on commit 2206d2e

Please sign in to comment.