瀏覽代碼

Updated .travis.yml to support linux and gcc

yhirose 6 年之前
父節點
當前提交
7f7d101440
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      .travis.yml

+ 6 - 3
.travis.yml

@@ -1,12 +1,15 @@
 # Environment
 language: cpp
-os: osx
+os:
+  - osx
+  - linux
 
 # Compiler selection
 compiler:
   - clang
+  - gcc
 
 # Build/test steps
-script: 
+script:
   - cd ${TRAVIS_BUILD_DIR}/test
-  - make all
+  - make all