From 0afc3320d518967b5a1aba0b9c2610c2f5b67a8f Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 12 Nov 2017 12:40:13 -0800 Subject: [PATCH] ci(travis): pin version to 7.2RC5 7.2RC6 is causing segfaults --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5496dee..4eb97ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: php php: - '7.0' - - '7.2' + - '7.2RC5' git: depth: 10