From a06533f766e01895c6841498940ea394da101304 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 16 Apr 2017 15:33:59 +0900 Subject: [PATCH] Upgrade to Precise on Travis This is an attempt to get rid of segfault during code coverage, and at the same get the latest hhvm that may pass our tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b851c10..b180d2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: php +dist: trusty +sudo: false php: - 5.6