Skip to content

Commit

Permalink
Remove snapshot suffix from Travis PHP 7.4 environment (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge authored and kelunik committed Dec 12, 2019
1 parent 13930a5 commit cbef0db
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 @@ -12,12 +12,11 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
fast_finish: true

Expand Down

0 comments on commit cbef0db

Please sign in to comment.