Skip to content

Commit

Permalink
add PHP 7.2 to travis as master is now 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe authored Aug 18, 2017
1 parent 9b118aa commit 84afc66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ matrix:
fast_finish: true
include:
# run tests coverage on PHP 7.1
- php: 7.2

- php: 7.1
env: TASK_TESTS_COVERAGE=1

Expand Down Expand Up @@ -108,6 +110,7 @@ matrix:

allow_failures:
- php: nightly
- php: 7.2

install:
- |
Expand Down

0 comments on commit 84afc66

Please sign in to comment.