Skip to content

Commit 869aabd

Browse files
authored
Merge pull request #15 from clue-labs/travis
Lock Travis distro so new defaults will not break the build
2 parents c50c72b + 6f63095 commit 869aabd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
language: php
22

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro, see below
55
- 5.4
66
- 5.5
77
- 5.6
88
- 7
9+
- hhvm # ignore errors, see below
10+
11+
# lock distro so new future defaults will not break the build
12+
dist: trusty
913

10-
# also test against HHVM, but require "trusty" and ignore errors
1114
matrix:
1215
include:
13-
- php: hhvm
14-
dist: trusty
16+
- php: 5.3
17+
dist: precise
1518
allow_failures:
1619
- php: hhvm
1720

0 commit comments

Comments
 (0)