Skip to content

Commit

Permalink
Adds Travis CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 2, 2019
1 parent 37261e0 commit 16f1cce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: c

compiler:
- gcc
- clang

script:
- git submodule update --init --recursive
- ./configure
- make

0 comments on commit 16f1cce

Please sign in to comment.