Skip to content

Commit 41a6071

Browse files
committedApr 19, 2018
Merge branch 'release/0.27.0' into main
2 parents b267900 + 829bca6 commit 41a6071

File tree

77 files changed

+2136
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2136
-218
lines changed
 

‎.travis.yml

+10-17
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,25 @@ os:
33
- osx
44
- linux
55

6-
# .NET CLI require Ubuntu 14.04
6+
# Ubuntu 14.04
77
sudo: required
88
dist: trusty
9-
addons:
10-
apt:
11-
sources:
12-
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
13-
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
14-
packages:
15-
- gettext
16-
- libcurl4-openssl-dev
17-
- libicu-dev
18-
- libssl-dev
19-
- libunwind8
20-
- dotnet-dev-1.1.4
219

22-
# .NET CLI require OSX 10.10
23-
osx_image: xcode8.3
10+
# OS X 10.12
11+
osx_image: xcode9.2
2412

2513
mono:
2614
- 4.4.2
2715

28-
dotnet: 1.0.4
16+
dotnet: 2.1.4
17+
18+
before_install:
19+
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
20+
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
21+
- git fetch origin
2922

3023
script:
31-
- ./build.sh --verbosity diagnostic
24+
- ./build.sh --target Travis --verbosity diagnostic
3225

3326
cache:
3427
directories:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Cake (C# Make) is a build automation system with a C# DSL to do things like comp
2222
| Visual Studio Team Services | Windows | ![VSTS Build Status](https://img.shields.io/vso/build/cake-build/af63183c-ac1f-4dbb-93bc-4fa862ea5809/1.svg) | |
2323
| MyGet Build Services | Windows | [![MyGet Build Status](https://www.myget.org/BuildSource/Badge/cake-myget-build-service?identifier=53513546-050e-45de-9500-f161c99df6e2)](https://www.myget.org/) |   |
2424
| Bitbucket Pipelines | Linux | [![Build Status](https://cakebitbucketpipelinesshield.azurewebsites.net/status/cakebuild/cake-integration-tests/develop)](https://cakebitbucketpipelinesshield.azurewebsites.net/url/cakebuild/cake-integration-tests/develop) | [![Build Status](https://cakebitbucketpipelinesshield.azurewebsites.net/status/cakebuild/cake-integration-tests/IntegrationTests_develop)](https://cakebitbucketpipelinesshield.azurewebsites.net/url/cakebuild/cake-integration-tests/IntegrationTests_develop) |
25-
| GitLabs | Linux | [![build status](https://gitlab.com/cake-build/cake/badges/develop/build.svg)](https://gitlab.com/cake-build/cake/builds) |   |
25+
| GitLab | Linux | [![build status](https://gitlab.com/cake-build/cake/badges/develop/build.svg)](https://gitlab.com/cake-build/cake/builds) |   |
2626

2727
## Code Coverage
2828

0 commit comments

Comments
 (0)