Remove cd command

This commit is contained in:
King_DuckZ 2015-07-23 23:23:43 +02:00
parent 198345113b
commit feb98a32f3
1 changed files with 1 additions and 3 deletions

View File

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