소스 검색

travis-ci: Add clang and gcc as compiler

Jan Wagner 12 년 전
부모
커밋
97867c6137
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -7,6 +7,11 @@ install:
 
 script:
     - tools/setup && ./configure && make
+
+compiler:
+    - clang
+    - gcc
+
 notifications:
   irc:
     channels: