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 23, 2019
1 parent 1ba03a1 commit a68cba4
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 @@ -13,7 +13,7 @@ sudo: required
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ulimit -n 2048; fi
install:
- sudo apt-get install -qq dotnet-sdk-2.2=2.2.100*
- sudo apt-get install -qq dotnet-sdk-2.2=2.2.402* # csmacnz.Coveralls is not compatible with dotnet-3x
- dotnet tool install -g dotnet-format --version 4.0.40103 --add-source https://dotnet.myget.org/F/format/api/v3/index.json
- dotnet tool install -g coveralls.net --version 1.0.0
- export PATH="$PATH:$HOME/.dotnet/tools"
Expand Down

0 comments on commit a68cba4

Please sign in to comment.