Skip to content

Commit

Permalink
allow install RC version of symfony4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
surikman committed Nov 28, 2017
1 parent 7f915f0 commit 40538d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ matrix:
- php: 7.0
env: SYMFONY_VERSION=^3.0
- php: 7.1
env: SYMFONY_VERSION=^4.0
env: SYMFONY_VERSION=^4.0@RC
- php: 7.2
env: SYMFONY_VERSION=^4.0
env: SYMFONY_VERSION=^4.0@RC
- php: nightly
env: SYMFONY_VERSION=^4.0
env: SYMFONY_VERSION=^4.0@RC
allow_failures:
- php: nightly
fast_finish: true
Expand Down

0 comments on commit 40538d3

Please sign in to comment.