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 a68cba4 commit 2164cdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ language: csharp

os:
- linux
- osx

dist: bionic
osx_image: xcode9.1
mono: none
dotnet: 3.0.100
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.402* # csmacnz.Coveralls is not compatible with dotnet-3x
install:
- 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 2164cdd

Please sign in to comment.