Skip to content

Commit

Permalink
Merge pull request #202 from wmde/phpVersions
Browse files Browse the repository at this point in the history
Update DataModel version matrix in .travis.yml
  • Loading branch information
JeroenDeDauw committed May 6, 2016
2 parents c62f042 + d465a9e commit 0903e70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ env:
matrix:
fast_finish: true
include:
- env: DM=~4.0
- env: DM=~6.0
php: 5.3
- env: DM=@dev
php: 5.4
- env: DM=~5.0@dev
php: 5.6
- env: DM=~6.0
php: 5.5
- env: DM=~5.0
php: 5.6
- env: DM=~4.2
php: 7
- env: DM=~4.0
- env: DM=~4.2
php: hhvm
exclude:
- env: THENEEDFORTHIS=FAIL
Expand Down

0 comments on commit 0903e70

Please sign in to comment.