Skip to content

Commit

Permalink
Merge pull request #106 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 2ae058d + f32f0a1 commit ed4b051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ php:
- 5.6
- 7.0
- 7.1
- 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
allow_failures:
- php: hhvm

Expand Down

0 comments on commit ed4b051

Please sign in to comment.