Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Installation of NUnit.Runners got lost in previous commit
  • Loading branch information
FObermaier authored Feb 9, 2017
1 parent 01a52fe commit d5f95ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ install:
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
- nuget restore GeoAPI.sln
- nuget install NUnit.Runners -version 3.6.0 -OutputDirectory .testRunner
script:
- ./build.sh

0 comments on commit d5f95ca

Please sign in to comment.