Przeglądaj źródła

Update .travis.yml

Try to enable osx-builds for travis.
Kim Kulling 9 lat temu
rodzic
commit
610cea8649
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -20,6 +20,10 @@ env:
 
 language: cpp
 
+os:
+  - linux
+  - osx
+  
 compiler:
   - gcc
   - clang