Skip to content

Commit

Permalink
[TravisCI] Use random order of HuskyUnitTest (#153)
Browse files Browse the repository at this point in the history
Add `./HuskyUnitTest --gtest_shuffle`.
  • Loading branch information
kygx-legend authored and ddmbr committed Nov 28, 2016
1 parent e8c00a3 commit 9afedca
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 @@ -55,4 +55,4 @@ script:
- make -j4 Master
- make -j4 PI
- make -j4 HuskyUnitTest
- ./HuskyUnitTest
- ./HuskyUnitTest --gtest_shuffle # To check if the order causes some time-out failures.

0 comments on commit 9afedca

Please sign in to comment.