Fix travis.yml
This commit is contained in:
parent
feb98a32f3
commit
b5df8e3f40
1 changed files with 1 additions and 1 deletions
|
@ -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='*.*'
|
||||
|
|
Loading…
Reference in a new issue