Skip to content

Commit

Permalink
Test against the current hhvm version and php 7.1
Browse files Browse the repository at this point in the history
This provides the current HHVM version (3.17.1 as of this PR) and will track with each release (i.e. will be 3.18 when 3.18 is released).

If testing against HHVM LST versions is desired follow this guide. https://docs.travis-ci.com/user/languages/php#HHVM-versions

Should be able to change to container based Trusty after 1Q17 https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/
  • Loading branch information
photodude committed Feb 4, 2017
1 parent 0247f57 commit 1459f19
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 1459f19

Please sign in to comment.