aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-05-18 12:38:50 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-05-18 19:48:18 -0700
commita847a3fc9a6c39237131252e6fdfece8953fc915 (patch)
tree3e8aab6df2620f7607b70aa4f5786a38bcbf1128 /.travis.yml
parent549a08ce9c709327e7a9bc37ac5ffa975a7fea7b (diff)
Travis build for multi-OS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 53fd32ec..ec0b8636 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
-language: objective-c
+os:
+ - osx
+ - linux
+language: c++
before_script: scripts/travis/before-script.sh
script: scripts/travis/script.sh