We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3b370 commit 98ab271Copy full SHA for 98ab271
.travis.yml
@@ -18,12 +18,13 @@ addons:
18
- zlib1g
19
20
os:
21
+ #- osx
22
- linux
23
24
env:
25
matrix:
26
- CLI_VERSION=1.0.0-preview2-003121
- - CLI_VERSION=Latest
27
+ # - CLI_VERSION=Latest
28
29
30
allow_failures:
build.sh
@@ -1,4 +1,8 @@
1
#!/bin/bash
2
+
3
+# Ensure any exit code exits TravisCI
4
+set -e
5
6
dotnet restore
7
for path in src/*/project.json; do
8
dirname="$(dirname "${path}")"
0 commit comments