Skip to content

Commit

Permalink
Merge 86d0a9a into 7967294
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Oct 4, 2017
2 parents 7967294 + 86d0a9a commit 4c1db48
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions .travis.yml
@@ -1,8 +1,45 @@
language: php

php:
- 7
- 7.1
matrix:
include:
- php: 7.0
env:
- qaExtended=true
- php: 7.1
- php: 7.2
env:
- dropPlatform=false
- php: nightly
env:
- dropPlatform=false
- php: 7.0
env:
- dependencies=lowest
- php: 7.1
env:
- dependencies=lowest
- php: 7.2
env:
- dependencies=lowest
- dropPlatform=false
- php: nightly
env:
- dependencies=lowest
- dropPlatform=false
- php: 7.0
env:
- dependencies=highest
- php: 7.1
env:
- dependencies=highest
- php: 7.2
env:
- dependencies=highest
- dropPlatform=false
- php: nightly
env:
- dependencies=highest
- dropPlatform=false

before_script: composer install

Expand Down

0 comments on commit 4c1db48

Please sign in to comment.