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

Commit

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

matrix:
stages:
- lint
- docs
- test

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 Down

0 comments on commit cb46248

Please sign in to comment.