Skip to content

Commit d0b1152

Browse files
committed
Lock Travis distro so new future defaults will not break the build
1 parent 014eae3 commit d0b1152

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
# also test lowest dependencies on PHP 5.3 and PHP 7
1215
matrix:

0 commit comments

Comments
 (0)