Pin PHP7 build to 7.1.2

7.1.3 breaks with segfaults: https://travis-ci.org/silverstripe/silverstripe-cms/jobs/220828001

Same fix as framework: 6cfeb7f07e
This commit is contained in:
Ingo Schommer 2017-04-12 08:42:54 +12:00
parent 32c2353314
commit 904f18cc48

View File

@ -30,7 +30,7 @@ matrix:
env: NPM_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
- php: 7.1.2
env: DB=MYSQL PDO=1 PHPUNIT_TEST=1
before_script: