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

Commit

Permalink
fixed the travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piku235 committed Dec 7, 2015
1 parent a1250a6 commit a229c92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ notifications:
- piku235@gmail.com

matrix:
exlude:
- php: 5.3
env: SYMFONY_VERSION=3.0.*
- php: 5.4
env: SYMFONY_VERSION=3.0.*
- php: 5.3
env: SYMFONY_VERSION=^3.1@dev
- php: 5.4
env: SYMFONY_VERSION=^3.1@dev
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION=^3.1@dev

0 comments on commit a229c92

Please sign in to comment.