Skip to content
Snippets Groups Projects
Commit fc5af08b authored by Lars Bilke's avatar Lars Bilke
Browse files

Shuffle and repeat tests 3 times on Travis.

parent 82fd2620
No related branches found
No related tags found
Loading
...@@ -39,7 +39,7 @@ before_install: ...@@ -39,7 +39,7 @@ before_install:
script: script:
- "pwd & mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake .. && make" - "pwd & mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake .. && make"
- make tests - ./bin/testrunner --gtest_shuffle --gtest_repeat=3
# PetSc # PetSc
- if [[ "$CASE" == "CLI_PETSC" ]]; then make tests_mpi; fi - if [[ "$CASE" == "CLI_PETSC" ]]; then make tests_mpi; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment