Skip to content

Commit 01027ad

Browse files
committed
Update Travis distro to precise
1 parent f0da420 commit 01027ad

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ php:
66
- 5.6
77
- 7.0
88
- 7.1
9-
- nightly
9+
- nightly # ignore errors, see below
10+
- hhvm # ignore errors, see below
1011

1112
# lock distro so new future defaults will not break the build
12-
dist: precise
13+
dist: trusty
1314

14-
# also test against HHVM, but require "trusty" and ignore errors
1515
matrix:
16-
include:
17-
- php: hhvm
18-
dist: trusty
1916
allow_failures:
2017
- php: nightly
2118
- php: hhvm

0 commit comments

Comments
 (0)