Skip to content

Commit

Permalink
DevKit updates (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 1, 2017
1 parent 3d74a81 commit 80ed29a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- nightly
- hhvm

Expand All @@ -35,33 +36,33 @@ env:
matrix:
fast_finish: true
include:
- php: '7.0'
- php: '7.1'
env: TARGET=docs
- php: '7.0'
- php: '7.1'
env: TARGET=lint
- php: '5.4'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.0'
- php: '7.1'
env: SYMFONY=2.3.*
- php: '7.0'
- php: '7.1'
env: SYMFONY=2.7.*
- php: '7.0'
- php: '7.1'
env: SYMFONY=2.8.*
- php: '7.0'
- php: '7.1'
env: SYMFONY=3.1.*
- php: '7.0'
- php: '7.1'
env: SYMFONY=3.2.*
- php: '7.0'
- php: '7.1'
env: SYMFONY=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SONATA_CORE=3.*
- php: '7.0'
- php: '7.1'
env: SONATA_CORE=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SONATA_ADMIN=3.*
- php: '7.0'
- php: '7.1'
env: SONATA_ADMIN=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
Expand Down

0 comments on commit 80ed29a

Please sign in to comment.