Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Updated travis configuration
Browse files Browse the repository at this point in the history
- removed "fast_finish" flag
- run test on PHP 7.1
  • Loading branch information
michalbundyra committed Nov 10, 2016
1 parent c99d531 commit ce318f2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
- MONGO_DRIVER=mongo

matrix:
fast_finish: true
include:
- php: 5.6
env:
Expand All @@ -43,6 +42,18 @@ matrix:
env:
- DEPS=latest
- MONGO_DRIVER=mongodb
- php: 7.1
env:
- DEPS=lowest
- MONGO_DRIVER=mongodb
- php: 7.1
env:
- DEPS=locked
- MONGO_DRIVER=mongodb
- php: 7.1
env:
- DEPS=latest
- MONGO_DRIVER=mongodb
- php: hhvm
env:
- DEPS=lowest
Expand All @@ -54,7 +65,7 @@ matrix:
- DEPS=latest
allow_failures:
- php: hhvm

notifications:
irc: "irc.freenode.org#apigility-dev"
email: false
Expand Down

0 comments on commit ce318f2

Please sign in to comment.