Skip to content

Commit

Permalink
Fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Apr 16, 2020
1 parent 9244f30 commit fd50add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ compiler:
# Build steps
script:
- mkdir -p build && cd build
- cmake -DCMAKE_CXX_COMPILER=$CXX_FOR_BUILD -DCMAKE_BUILD_TYPE=Release .
- cmake -DCMAKE_CXX_COMPILER=$CXX_FOR_BUILD -DCMAKE_BUILD_TYPE=Release ..
- VERBOSE=1 make
- ctest --verbose

0 comments on commit fd50add

Please sign in to comment.