Skip to content

Commit

Permalink
Merge pull request #110 from clue-labs/travis
Browse files Browse the repository at this point in the history
Lock Travis distro so new defaults will not break the build
  • Loading branch information
WyriHaximus authored Aug 7, 2017
2 parents d95300e + 8203ceb commit cc9d41c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: php

php:
- 5.3
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7
- hhvm # ignore errors, see below

# lock distro so new future defaults will not break the build
dist: trusty

# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
- php: 5.3
dist: precise
allow_failures:
- php: hhvm

Expand Down

0 comments on commit cc9d41c

Please sign in to comment.