Skip to content

Commit

Permalink
Updated Travis CI HHVM configuration. (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron authored and shadowhand committed Nov 4, 2016
1 parent 4702d56 commit 1c58178
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: nightly
- php: hhvm-3.6
sudo: required
dist: trusty
group: edge
- php: hhvm-3.9
sudo: required
dist: trusty
group: edge
- php: hhvm-3.12
sudo: required
dist: trusty
group: edge
- php: hhvm-3.15
sudo: required
dist: trusty
group: edge
- php: hhvm-nightly
sudo: required
dist: trusty
group: edge
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm-nightly

before_script:
- travis_retry composer install --no-interaction --prefer-source
Expand Down

0 comments on commit 1c58178

Please sign in to comment.