Skip to content

Commit c8d8b36

Browse files
committed
Lock Travis distro so new future defaults will not break the build
1 parent c50c72b commit c8d8b36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ php:
77
- 5.6
88
- 7
99

10+
# lock distro so new future defaults will not break the build
11+
dist: precise
12+
1013
# also test against HHVM, but require "trusty" and ignore errors
1114
matrix:
1215
include:

0 commit comments

Comments
 (0)