Skip to content

Commit 98ab271

Browse files
committed
Ensure exit on failure and removed latest from travis CI.
1 parent 0e3b370 commit 98ab271

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ addons:
1818
- zlib1g
1919

2020
os:
21+
#- osx
2122
- linux
2223

2324
env:
2425
matrix:
2526
- CLI_VERSION=1.0.0-preview2-003121
26-
- CLI_VERSION=Latest
27+
# - CLI_VERSION=Latest
2728

2829
matrix:
2930
allow_failures:

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
3+
# Ensure any exit code exits TravisCI
4+
set -e
5+
26
dotnet restore
37
for path in src/*/project.json; do
48
dirname="$(dirname "${path}")"

0 commit comments

Comments
 (0)