From: Cheng Zhao Date: Fri, 8 Aug 2014 14:38:35 +0000 (+0800) Subject: Set compiler to gcc. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcfba96d296f3641362b61b403a2040cf1f4c57a;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Set compiler to gcc. --- diff --git a/.travis.yml b/.travis.yml index 3678c68..a2686f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: cpp -compiler: clang +compiler: gcc os: - linux - osx