Skip to content

Commit

Permalink
Merge pull request #279 from tobias-93/fix-travis
Browse files Browse the repository at this point in the history
Fixes Travis checks
  • Loading branch information
docteurklein committed Jan 18, 2016
2 parents 0c12bd5 + 606e14a commit 093d7d5
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 093d7d5

Please sign in to comment.