Skip to content

Commit

Permalink
Fixed build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 25, 2017
1 parent 35c84b3 commit bedd0e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -19,6 +19,8 @@ env:

matrix:
fast_finish: true
allow_failures:
- php: hhvm
include:
- php: 7.1
env: DB=pgsql
Expand All @@ -45,8 +47,3 @@ script: "vendor/bin/phing setup coverage check"

after_success:
- php vendor/bin/coveralls

matrix:
fast_finish: true
allow_failures:
- php: hhvm

0 comments on commit bedd0e3

Please sign in to comment.