Skip to content

Commit

Permalink
Fixes Travis checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 committed Dec 29, 2015
1 parent 32a0227 commit 606e14a
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 @@ -10,6 +10,15 @@ matrix:
fast_finish: true
allow_failures:
- php: 7.0
exclude:
- php: 5.4
env: DOCTRINE_COMMON_VERSION="dev-master" DB=mysql DB_USER=root PREFER=latest
- php: 5.4
env: DOCTRINE_COMMON_VERSION="dev-master" DB=pgsql PREFER=latest
- php: 5.4
env: DOCTRINE_COMMON_VERSION="dev-master" DB=mysql DB_USER=root PREFER=lowest
- php: 5.4
env: DOCTRINE_COMMON_VERSION="dev-master" DB=pgsql PREFER=lowest

env:
matrix:
Expand Down

0 comments on commit 606e14a

Please sign in to comment.