Running test in Travis.

This commit is contained in:
Francois Best 2016-10-04 01:11:39 -07:00
parent d42acc0cbb
commit 51d25a831f
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: c
language: cpp
sudo: false
before_install:
@ -6,6 +6,10 @@ before_install:
script:
- build_main_platforms
- mkdir build && cd build
- cmake ..
- make
- test/unit-tests/unit-tests
notifications:
email: false