Commit d155b0d0 by Jesse Beder

Add .travis.yml for running test/run-tests.

parent 52bcefa1
language: c++
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- test/run-tests
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment