Skip to content

Commit

Permalink
Merge pull request #96 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 committed Aug 7, 2017
2 parents d726517 + 66abc75 commit 19f9901
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ php:
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
- nightly # ignore errors, see below
- hhvm # ignore errors, see below

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

matrix:
allow_failures:
- php: hhvm
- php: nightly

install:
- composer install
Expand Down

0 comments on commit 19f9901

Please sign in to comment.