Skip to content

Commit 7d794b3

Browse files
committed
skip faiures
1 parent f90db7f commit 7d794b3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ os:
77
mono:
88
- latest
99
- 4.2.2
10+
- 4.0.5
1011

1112
sudo: false
1213

@@ -15,7 +16,7 @@ install:
1516
script:
1617
- ./build.sh NuGet
1718

18-
matrix:
19-
allow_failures:
20-
- os: osx
21-
mono: latest
19+
#matrix:
20+
# allow_failures:
21+
# - os: osx
22+
# mono: latest

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ environment:
88
- BUILD_TARGET: DotnetCliTests
99
- BUILD_TARGET: NuGet
1010

11+
matrix:
12+
allow_failures:
13+
- BUILD_TARGET: DotnetCliTests
14+
1115
build_script:
1216
- ps: dotnet --info
1317
- cmd: build.cmd %BUILD_TARGET%

0 commit comments

Comments
 (0)