Skip to content

Commit

Permalink
Add travis-ci to smoke-test MacOSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Apr 29, 2016
1 parent 32aeeb2 commit ce85086
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
os:
- linux
- osx

language: c

compiler:
- gcc
- clang

script:
- make all

0 comments on commit ce85086

Please sign in to comment.