Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 1, 2017
1 parent c658fb6 commit c994162
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- nightly
- hhvm

Expand All @@ -36,29 +37,29 @@ 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.3'
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=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SONATA_ADMIN=2.*
- php: '7.0'
- php: '7.1'
env: SONATA_ADMIN=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SONATA_BLOCK=2.*
- php: '7.0'
- php: '7.1'
env: SONATA_BLOCK=dev-master@dev
- php: '7.0'
- php: '7.1'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
Expand Down

0 comments on commit c994162

Please sign in to comment.