Explorar o código

Updated .travis.yml to support linux and gcc

yhirose %!s(int64=6) %!d(string=hai) anos
pai
achega
7f7d101440
Modificáronse 1 ficheiros con 6 adicións e 3 borrados
  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