Skip to content
Snippets Groups Projects
Commit 8e5612e3 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge pull request #438 from bilke/travis-shuffle-repeat

Shuffle and repeat tests on Travis
parents 82fd2620 eea7ae22
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ before_install:
script:
- "pwd & mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake .. && make"
- make tests
- ./bin/testrunner --gtest_filter=-MPITest* --gtest_shuffle --gtest_repeat=3
# PetSc
- 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