Skip to content

Commit

Permalink
Use php 7.4 instead of the snapshot version (webmozarts#157)
Browse files Browse the repository at this point in the history
Also remove php 7.4 from the allowed failures.
  • Loading branch information
BackEndTea authored Dec 6, 2019
1 parent 07f51c1 commit 1ca74b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ matrix:
env:
- COVERAGE=yes
- ANALYSIS=yes
- php: 7.4snapshot
- php: 7.4
- php: hhvm-3.30
- php: nightly
allow_failures:
- php: 7.4snapshot
- php: hhvm-3.30
- php: nightly
fast_finish: true
Expand Down

0 comments on commit 1ca74b4

Please sign in to comment.