forked from SuaveIO/suave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (40 loc) · 952 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
language: csharp
dist: trusty
sudo: false
dotnet: 2.0.3
matrix:
fast_finish: true
include:
- os: linux
mono: 5.8.1
- os: linux
mono: weekly
- os: linux
mono: latest
- os: osx
osx_image: xcode9.3
mono: 5.4.1
- os: osx
osx_image: xcode9.3
mono: 5.8.1
- os: osx
osx_image: xcode9.3
mono: latest
allow_failures:
- mono: weekly # latest commit
- mono: latest # "stable" release
addons:
apt:
packages:
- dotnet-sharedframework-microsoft.netcore.app-1.1.2
env:
global:
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
before_script:
- if [ "$TRAVIS_OS_NAME" == "linux" ];
then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.nuget/packages/libuv/1.10.0/runtimes/linux-x64/native;
else ln -s ~/.nuget/packages/libuv/1.10.0/runtimes/osx/native/libuv.dylib /usr/local/lib/libuv.dylib;
fi
script:
- ./build.sh