Skip to content

Commit

Permalink
Add .travis.yml for running test/run-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Apr 1, 2016
1 parent 52bcefa commit d155b0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: c++
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- test/run-tests

0 comments on commit d155b0d

Please sign in to comment.