Update .travis.yml

This commit is contained in:
Petrutiu Mihai
2016-07-13 13:56:12 +03:00
committed by Petrutiu Mihai
parent 89de55081c
commit 20aa9e6b7e

View File

@@ -1,6 +1,8 @@
language: csharp
sudo: required
dist: trusty
env:
- CLI_VERSION=latest
addons:
apt:
packages:
@@ -11,7 +13,7 @@ addons:
- libunwind8
- zlib1g
mono:
- 4.0.5
- 4.2.3
os:
- linux
- osx
@@ -19,16 +21,11 @@ osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
install:
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
- 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"
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
script:
- ./build.sh --quiet verify
notifications:
webhooks:
secure: "imfp26oc8QAWwRdbLoeyNWhkJnE/fD/80B7GD3jac0MEfjJiNjox1bKzgXfUlxZE8MITQk5F+TX00fm4/YYHQSQQqzQSUM1P/02OM+PAbSyVX8MqII2+ECJC1x5UcoCI/hbQW5wAVzhCv9qDirJSbRFAAv0c3+alBrZs4RuYf4w="
on_success: always
on_failure: always
on_start: always
- ./build.sh