Skip to content

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
gerddie committed Nov 22, 2015
1 parent 1b106ff commit 42401fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sudo: required
dist: trusty

before_script:
- mkdir build
- cd build
- cmake ..

script:
- make -j2

after_success:
- make test


0 comments on commit 42401fa

Please sign in to comment.