Skip to content

Commit

Permalink
Add a simple Travis CI file
Browse files Browse the repository at this point in the history
This is useful to check whether PRs break the build or the tests.
  • Loading branch information
sschuberth committed Sep 3, 2015
1 parent c06c46f commit cb287e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: cpp

compiler:
- gcc

script:
- ./make.sh

0 comments on commit cb287e6

Please sign in to comment.