enable OS X and Linux CI builds

This commit is contained in:
Brent Cook 2014-12-14 21:03:17 -06:00
parent 733c252857
commit 56f7523337

View File

@ -2,4 +2,7 @@ language: c
compiler:
- clang
- gcc
os:
- linux
- osx
script: "./dist.sh"