Fix travis.yml

This commit is contained in:
King_DuckZ 2015-07-23 23:25:28 +02:00
parent feb98a32f3
commit b5df8e3f40

View file

@ -1,5 +1,5 @@
language: cpp language: cpp
compiler: gcc compiler: gcc
script: script:
- cmake -GCMAKE_BUILD_TYPE=Debug ../test && make - cmake -DCMAKE_BUILD_TYPE=Debug ../test && make
- ./unit/unit --gtest_filter='*.*' - ./unit/unit --gtest_filter='*.*'