summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-09-20 11:31:58 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-09-20 11:31:58 -0700
commit2ae191fe6fc147e625f5201bb4999e513f8409d2 (patch)
treef400d284c7baa1d2e7e5cd3627ca9c92b09034e6 /.travis.yml
parent1b2c1914b23a2338870a8097efe92652759be721 (diff)
build: Add OSX to Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 549a150..89d2ccd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
sudo: false
language: cpp
+os:
+ - linux
+ - osx
compiler:
- clang
- gcc