Skip to content

Commit

Permalink
Add .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Dec 24, 2015
1 parent a2fafd2 commit 005826c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
@@ -0,0 +1,25 @@
language: c

os:
- osx

branches:
only:
- master

notifications:
email:
- geoff@greer.fm

compiler:
- clang
- gcc

before_install:
- brew install pkg-config

before_script:
- sudo pip install cram

script:
- ./autogen.sh && make test

0 comments on commit 005826c

Please sign in to comment.