Skip to content

Commit

Permalink
Change the travis config to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Apr 15, 2014
1 parent 817d98a commit 5819475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: cpp

before_install:
- git submodule update --init

script:
- cmake .
- make
- make test

0 comments on commit 5819475

Please sign in to comment.