File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ osx_image: xcode9.2
1313mono :
1414 - 4.4.2
1515
16- dotnet : 2.1.3
16+ dotnet : 3.0.100
1717
1818before_install :
1919 - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
2020 - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
21- - git fetch origin
21+ - git fetch origin
2222
2323script :
2424 - ./build.sh --target=Test
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- CAKE_VERSION=0.34.1
3- DOTNET_VERSION=3.0.100-rc1-014190
2+ CAKE_VERSION=0.35.0
3+ DOTNET_VERSION=3.0.100
Original file line number Diff line number Diff line change 33 " src"
44 ],
55 "sdk" : {
6- "version" : " 3.0.100-rc1-014190 "
6+ "version" : " 3.0.100"
77 }
88}
You can’t perform that action at this time.
0 commit comments