Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 9acbc6d

Browse files
committed
Add travis.yml
1 parent 0f69d63 commit 9acbc6d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.travis.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
language: csharp
2+
sudo: required
3+
dist: trusty
4+
addons:
5+
apt:
6+
packages:
7+
- gettext
8+
- libcurl4-openssl-dev
9+
- libicu-dev
10+
- libssl-dev
11+
- libunwind8
12+
- zlib1g
13+
mono:
14+
- 4.0.5
15+
os:
16+
- linux
17+
- osx
18+
osx_image: xcode7.1
19+
branches:
20+
only:
21+
- master
22+
- release
23+
- dev
24+
- /^(.*\/)?ci-.*$/
25+
before_install:
26+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
27+
script:
28+
- ./build.sh --quiet verify
29+
notifications:
30+
webhooks:
31+
secure: "XshregcmoXywFrrlIk7MLluUV2Pd8Z/VftrviVZjRL5+3akix2QnP15eT2E13yNtyS1yIc3lWfrVrLLf+H5bN9dUSzxIMNoJQ/S18F/AO5VD5ewd6pLC0uYhUcHdTRQuzjLGVPlt2suKpPllV2SsGlAdGatdCfj5zM6eOG31jaA="
32+
on_success: always
33+
on_failure: always
34+
on_start: always

0 commit comments

Comments
 (0)