Skip to content

Commit 5f276bb

Browse files
committed
attempt to fix travis.yml
1 parent 8830064 commit 5f276bb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
language: csharp
2-
sudo: required
3-
dist: trusty
4-
env:
1+
language: csharp
2+
sudo: required
3+
dist: trusty
4+
env:
55
- CLI_VERSION=latest
6-
addons:
6+
addons:
77
apt:
88
packages:
99
- gettext
@@ -12,20 +12,20 @@ addons:
1212
- libssl-dev
1313
- libunwind8
1414
- zlib1g
15-
mono:
15+
mono:
1616
- 4.2.3
17-
os:
17+
os:
1818
- linux
1919
- osx
20-
osx_image: xcode7.1
21-
branches:
20+
osx_image: xcode7.1
21+
branches:
2222
only:
2323
- master
24-
before_install:
25-
- 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
26-
install:
24+
before_install:
25+
- 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/; fi openssl; fi
26+
install:
2727
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
2828
- 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"
29-
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
30-
script:
31-
- ./build.sh
29+
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
30+
script:
31+
- ./build.sh

0 commit comments

Comments
 (0)