Skip to content

Commit

Permalink
Try switching Travis environments so test jobs succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
YetiCGN committed Jan 10, 2019
1 parent 0326890 commit d1f1eec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ cache:
matrix:
fast_finish: true
include:
- php: nightly
env:
- SYMFONY_VERSION="dev-master"
- CHECK_PHP_SYNTAX="no"
- php: 7.1
env:
- SYMFONY_VERSION="3.2.*"
- CHECK_PHP_SYNTAX="yes"
- php: nightly
env:
- SYMFONY_VERSION="dev-master"
- CHECK_PHP_SYNTAX="no"
allow_failures:
- php: nightly

Expand Down

0 comments on commit d1f1eec

Please sign in to comment.