Skip to content

Commit

Permalink
travis: updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dougszumski committed Feb 26, 2015
1 parent b7c064b commit f8bd3dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: c
compiler:
- gcc
script: cd build; cmake..; make; cd ..; ./tests

before_install:
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install cmake

script: cd build && cmake ../ && make


0 comments on commit f8bd3dc

Please sign in to comment.