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

Commit d5f95ca

Browse files
authored
Update .travis.yml
Installation of NUnit.Runners got lost in previous commit
1 parent 01a52fe commit d5f95ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ install:
2525
- 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"
2626
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
2727
- nuget restore GeoAPI.sln
28+
- nuget install NUnit.Runners -version 3.6.0 -OutputDirectory .testRunner
2829
script:
2930
- ./build.sh

0 commit comments

Comments
 (0)