Skip to content

Commit

Permalink
Merge pull request #61 from QuickPay/update-travis
Browse files Browse the repository at this point in the history
Update travis config
  • Loading branch information
Sthing committed Dec 10, 2019
2 parents de16898 + 2156cac commit b111b60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -2,16 +2,22 @@ language: php
sudo: false

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

matrix:
include:
- php: 5.5
dist: trusty
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true

Expand Down

0 comments on commit b111b60

Please sign in to comment.