Skip to content

Commit 66abc75

Browse files
committed
Update Travis distro to precise
1 parent ff5e343 commit 66abc75

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ 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
1111

1212
# lock distro so new future defaults will not break the build
13-
dist: precise
13+
dist: trusty
1414

15-
# also test against HHVM, but require "trusty" and ignore errors
1615
matrix:
17-
include:
18-
- php: hhvm
19-
dist: trusty
2016
allow_failures:
2117
- php: hhvm
2218
- php: nightly

0 commit comments

Comments
 (0)