Make travis CI use 1.0 explicitly
This commit is contained in:
parent
974122e31f
commit
174c7f6e30
|
@ -1,4 +1,5 @@
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
version: ~> 1.0
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
# the latest and greatest, has some issues that are excluded below in matrix.allow_failures
|
# the latest and greatest, has some issues that are excluded below in matrix.allow_failures
|
||||||
|
|
Loading…
Reference in New Issue