Fix travis.yml

This commit is contained in:
King_DuckZ 2015-07-23 23:25:28 +02:00
parent feb98a32f3
commit b5df8e3f40
1 changed files with 1 additions and 1 deletions

View File

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