Skip to content

Commit

Permalink
Merge 1459f19 into 0247f57
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude committed Feb 4, 2017
2 parents 0247f57 + 1459f19 commit 23d4d09
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -2,15 +2,23 @@ sudo: false
language: php

php:
- hhvm
- 7.1
- 7.0
- 5.6
- 5.3
- 5.4
- 5.5

matrix:
fast_finish: true
include:
# test against the latest HHVM version by using a newer image
- php: hhvm
sudo: true
dist: trusty
group: edge # Use edge image until the next travis CI stable image update
allow_failures:
- php: 7.1
- php: hhvm

install:
Expand Down

0 comments on commit 23d4d09

Please sign in to comment.