Skip to content

Commit 1c648cd

Browse files
committed
fix .travis.yml
1 parent 44e04cf commit 1c648cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ matrix:
5252

5353
script:
5454
- mkdir build
55-
- cd build
56-
- cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make
57-
- ctest
55+
- cd build && cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make && ctest
5856

0 commit comments

Comments
 (0)