Skip to content

Commit 746c259

Browse files
committed
Fixed problem with .travis.yml (WIP)
1 parent 14c0651 commit 746c259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ before_script:
3535

3636
script:
3737
- mkdir build && cd build
38-
- cmake .. && make && ctest -V
38+
- cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make && ctest -V

0 commit comments

Comments
 (0)