Skip to content

Commit ec3ccae

Browse files
committed
Added Travis CI CLI version (#269)
1 parent 018c9ab commit ec3ccae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ addons:
1212
- zlib1g
1313
env:
1414
global:
15+
- CLI_VERSION=1.0.0-preview2-1-003177
1516
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1617
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
1718
mono:

build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
#!/usr/bin/env bash
2-
dotnet restore && dotnet build --configuration Release && dotnet test "samples/MusicStore/MusicStore.Test/project.json" --configuration Release && dotnet test "samples/ApplicationParts/ApplicationParts.Test/project.json" --configuration Release && dotnet test "samples/NoStartup/NoStartup.Test/project.json" --configuration Release && dotnet test "samples/Lite/Lite.Test/project.json" --configuration Release
2+
dotnet restore
3+
dotnet build --configuration Release
4+
dotnet test "samples/MusicStore/MusicStore.Test/project.json" --configuration Release
5+
dotnet test "samples/ApplicationParts/ApplicationParts.Test/project.json" --configuration Release
6+
dotnet test "samples/NoStartup/NoStartup.Test/project.json" --configuration Release
7+
dotnet test "samples/Lite/Lite.Test/project.json" --configuration Release

0 commit comments

Comments
 (0)