Skip to content

Commit

Permalink
Merge pull request cloudflare#6 from daxtens/travis
Browse files Browse the repository at this point in the history
Run tests on Travis CI with .travis.yml
  • Loading branch information
Dead2 committed Apr 26, 2015
2 parents f3d8796 + 13ed2f8 commit 270758b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: ./configure && make && make check

0 comments on commit 270758b

Please sign in to comment.