Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

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 bd39a8e commit 50fc8b4
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
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 50fc8b4

Please sign in to comment.