Skip to content

Commit

Permalink
Fix test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantwoods committed Mar 17, 2019
1 parent bc00395 commit 0f1e9da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: nightly
- php: hhvm
- php: hhvm-nightly
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm-nightly

install:
- composer install --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit 0f1e9da

Please sign in to comment.