Skip to content

Commit

Permalink
CI fail- trying upgrading dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachshabtay authored Oct 30, 2019
1 parent e59056d commit ee409bb
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 @@ -5,12 +5,12 @@ matrix:
- os: linux
mono: latest
env: BUILD_CONFIG=DesktopRelease BUILD_PLATFORM="Any CPU" DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true MSBuildExtensionsPath32=/usr/lib/mono/xbuild
dotnet: 2.0.2
dotnet: 2.2.402
dist: trusty
- os: osx
mono: latest
env: BUILD_CONFIG=DesktopRelease BUILD_PLATFORM="Any CPU" DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
dotnet: 2.0.2
dotnet: 2.2.402

install:
- git fetch --unshallow
Expand Down

0 comments on commit ee409bb

Please sign in to comment.