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

Commit

Permalink
Merge c03859e into a06ca51
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jan 23, 2018
2 parents a06ca51 + c03859e commit 32905e2
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,23 @@ env:
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/SonataNotificationBundle.git

matrix:
stages:
- lint: "Foo"
- docs
- test
- allow_failures

jobs:
fast_finish: true
include:
- php: '7.2'
- stage: docs
php: '7.2'
env: TARGET=docs
- php: '7.2'
- stage: lint
php: '7.2'
env: TARGET=lint
- php: '5.6'
- stage: test
php: '5.6'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.2'
env: SYMFONY=2.8.*
Expand All @@ -62,7 +71,8 @@ matrix:
- php: '7.2'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
- stage: allow_failures
php: nightly
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY='dev-master as 3.4.x-dev'
- env: SONATA_CORE='dev-master as 3.x-dev'
Expand Down

0 comments on commit 32905e2

Please sign in to comment.