Skip to content

Commit 83856f9

Browse files
committed
Granted Travis CI permissions (#269)
1 parent eef0fa3 commit 83856f9

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

.travis.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
language: csharp
2-
sudo: required
3-
dist: trusty
4-
addons:
1+
language: csharp
2+
sudo: required
3+
dist: trusty
4+
env:
5+
- CLI_VERSION=1.0.0-preview2-1-003177
6+
addons:
57
apt:
68
packages:
79
- gettext
@@ -10,24 +12,21 @@ addons:
1012
- libssl-dev
1113
- libunwind8
1214
- zlib1g
13-
env:
14-
global:
15-
- CLI_VERSION=1.0.0-preview2-1-003177
16-
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
17-
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
18-
mono:
19-
- 4.0.5
20-
os:
15+
mono:
16+
- 4.2.3
17+
os:
2118
- linux
2219
- osx
23-
osx_image: xcode7.3
24-
branches:
20+
osx_image: xcode7.1
21+
branches:
2522
only:
2623
- master
27-
- development
28-
install:
24+
- development
25+
before_install:
26+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fiopenssl; fi
27+
install:
2928
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
30-
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
31-
- dotnet --info
32-
script:
33-
- ./build.sh --quiet verify
29+
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
30+
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
31+
script:
32+
- ./build.sh

build.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)