Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Change preview channel to rel-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kordich committed Jun 23, 2016
1 parent dbc0e36 commit aec79b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- git submodule update --init
- sudo apt-get install -y -qq curl make g++ cmake libc6 libgcc1 libstdc++6 libcurl3 libgssapi-krb5-2 libicu52 liblldb-3.6 liblttng-ust0 libssl1.0.0 libunwind8 libuuid1 zlib1g clang-3.5
- curl -s "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh" -o dotnet-install.sh
- bash ./dotnet-install.sh -c preview -v latest
- bash ./dotnet-install.sh -c rel-1.0.0 -v latest
script:
- ./build.sh
- ./test.sh

0 comments on commit aec79b3

Please sign in to comment.