Skip to content

Commit 19f9901

Browse files
authored
Merge pull request #96 from clue-labs/travis
Lock Travis distro so new defaults will not break the build
2 parents d726517 + 66abc75 commit 19f9901

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ php:
66
- 5.6
77
- 7.0
88
- 7.1
9-
- nightly
10-
- hhvm
9+
- nightly # ignore errors, see below
10+
- hhvm # ignore errors, see below
11+
12+
# lock distro so new future defaults will not break the build
13+
dist: trusty
14+
15+
matrix:
16+
allow_failures:
17+
- php: hhvm
18+
- php: nightly
1119

1220
install:
1321
- composer install

0 commit comments

Comments
 (0)