Skip to content

Commit

Permalink
Adding stages to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 26, 2018
1 parent 7aa3497 commit d7d91db
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test

stages:
- lint
- test

matrix:
fast_finish: true
include:
- php: 7.2
- stage: lint
php: 7.2
env: TARGET=lint
- php: 7.2
- stage: lint
php: 7.2
env: TARGET=phpstan
- php: 7.1
- stage: test
php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
- stage: test
php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.2
- stage: test
php: 7.2
env: SYMFONY_VERSION=4.0.*
allow_failures:
- php: nightly
Expand Down

0 comments on commit d7d91db

Please sign in to comment.