Skip to content

Commit

Permalink
Merge pull request #289 from nanasess/php7.4snapshot
Browse files Browse the repository at this point in the history
Add PHP7.4snapshot to Travis
  • Loading branch information
Chihiro Adachi committed Jul 30, 2019
2 parents 8e82d79 + 16bc285 commit 9a75f03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

addons:
apt:
Expand Down Expand Up @@ -57,7 +58,10 @@ matrix:
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
- php: 7.2
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
- php: 7.4snapshot
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
allow_failures:
- php: 7.4snapshot
# Use for coverage report
- php: 7.3
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
Expand Down

0 comments on commit 9a75f03

Please sign in to comment.