Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Oct 1, 2019
1 parent 456e967 commit 1fd2e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ before_script:
- dotnet restore
- dotnet build /nodereuse:false
script:
- if [[ "$TEST_SUITE" == "cultures" ]]; then dotnet test -v n --no-build --filter FullyQualifiedName=Neo.UnitTests.UT_Culture.All_Tests_Cultures; fi
- if [[ "$TEST_SUITE" != "cultures" ]]; then dotnet test -v n --no-build --filter FullyQualifiedName!=Neo.UnitTests.UT_Culture.All_Tests_Cultures; fi
- if [[ "$TEST_SUITE" == "cultures" ]]; then dotnet test -v m --no-build --filter FullyQualifiedName=Neo.UnitTests.UT_Culture.All_Tests_Cultures /nodereuse:false; fi
- if [[ "$TEST_SUITE" != "cultures" ]]; then dotnet test -v m --no-build --filter FullyQualifiedName!=Neo.UnitTests.UT_Culture.All_Tests_Cultures /nodereuse:false /p:CollectCoverage=true /p:CoverletOutputFormat=opencover; fi
after_success:
- if [[ "$TEST_SUITE" == "without-cultures" && "$TRAVIS_OS_NAME" == "linux" ]]; then echo "Test Success - Branch($TRAVIS_BRANCH) Pull Request($TRAVIS_PULL_REQUEST) Tag($TRAVIS_TAG)"; fi
- if [[ "$TEST_SUITE" == "without-cultures" && "$TRAVIS_OS_NAME" == "linux" ]]; then bash <(curl -s https://codecov.io/bash) -v; fi
Expand Down

0 comments on commit 1fd2e4e

Please sign in to comment.