From bcfba96d296f3641362b61b403a2040cf1f4c57a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 8 Aug 2014 22:38:35 +0800 Subject: [PATCH] Set compiler to gcc. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3678c6830867..a2686f8c845f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: cpp -compiler: clang +compiler: gcc os: - linux - osx