Skip to content

Commit

Permalink
Merge pull request #11 from rafmudaf/f/FloatingLin
Browse files Browse the repository at this point in the history
TravisCI: run the linearization cases in serial
  • Loading branch information
ghaymanNREL authored Oct 24, 2019
2 parents 5332ba3 + d76f7e8 commit 100e92a
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 @@ -58,7 +58,7 @@ script:
- if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -j4 -VV -R bd_; fi

# linearization cases
- if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -j5 -L linear; fi
- if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -L linear; fi

# subset of openfast regression tests
# do not run
Expand Down

0 comments on commit 100e92a

Please sign in to comment.