Skip to content

Commit

Permalink
Add Travis continuous integration config file.
Browse files Browse the repository at this point in the history
Just adding this to test out travis-ci.org.
  • Loading branch information
fragglet committed Mar 9, 2015
1 parent 37a20c6 commit 0085184
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: c

compiler:
- clang
- gcc

script: ./autogen.sh && ./configure && make && make check

0 comments on commit 0085184

Please sign in to comment.