|
From: Kouhei S. <nul...@cl...> - 2014-02-08 09:29:06
|
Kouhei Sutou 2014-02-08 18:28:45 +0900 (Sat, 08 Feb 2014) New Revision: 92cde3bd0bdf6a6bb46699c14c6a84770f272e8f https://github.com/clear-code/cutter/commit/92cde3bd0bdf6a6bb46699c14c6a84770f272e8f Message: travis: try to build with clang Modified files: .travis.yml Modified: .travis.yml (+3 -0) =================================================================== --- .travis.yml 2014-02-08 17:56:29 +0900 (bd96143) +++ .travis.yml 2014-02-08 18:28:45 +0900 (2a18915) @@ -1,6 +1,9 @@ notifications: recipients: - tr...@cl... +compiler: + - gcc + - clang install: - sudo apt-get update -qq -y - sudo apt-get install -qq -y autotools-dev intltool gtk-doc-tools libgtk2.0-dev libgoffice-0.8-dev libgstreamer0.10-dev libsoup2.4-dev |