summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-05 15:54:41 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-05 18:40:59 -0700
commita969944d74fcfc24d4ffceb463fc1880be226fd9 (patch)
tree62e5cedf92aa0af5f4dbcd44a4f5dd6677fe7e89 /.travis.yml
parent24f8bcc162ad68cd24f49b9bf80f3396aa97255f (diff)
Test under os X
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 979d77c..be6fe1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,7 @@ script: make && make test
compiler:
- clang
- gcc
+os:
+ - linux
+ - osx
sudo: false