Added .travis.yml.

This commit is contained in:
Nathan Osman
2016-05-30 10:03:03 -07:00
parent dd748698a3
commit 3cf92f2373

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
sudo: required
dist: trusty
install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qtbase5-dev
script:
- cmake -DBUILD_TESTS=on .
- make
- ctest