From 106dd4bed2de2b3e71700de4487e9f4ca009df8e Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Thu, 22 Jun 2017 12:37:51 +0800 Subject: [PATCH] Using previous image for travis-ci Because travis-ci has been updated Ubuntu Trusty image, it causes Paddle CI building error. Just using old image now for hot-fix, I will add another issue to fix Paddle building in new TravisCI image. Related link https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f9b4a7e0831..87cef10b2b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +group: deprecated-2017Q2 language: cpp cache: directories: -- GitLab