forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (29 loc) · 776 Bytes
/
.travis.yml
File metadata and controls
34 lines (29 loc) · 776 Bytes
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
language: csharp
matrix:
include:
- os: linux
dist: trusty
sudo: required
mono:
- latest
- 4.4.2
- 4.0.5
- os: osx
mono:
- latest
- 4.4.2
- 4.0.5
# Allow builds which fail only on OSX (macOS) to succeed for now
# while we're working on getting macOS CI builds working.
allow_failures:
- os: osx
# The whole build matrix fails when any individual builds fail
# (except those which have been allowed with allow_failures).
fast_finish: true
env:
- BUILD_NET40=1 TEST_NET40_COREUNIT_SUITE=1
# These are not yet enabled
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1
# - BUILD_CORECLR=1 TEST_CORECLR_COREUNIT_SUITE=1 BUILD_PROTO_WITH_CORECLR_LKG=1
script:
- ./build.sh