Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@

language: csharp

sudo: required
dist: trusty

os:
- linux

mono:
- latest
- 4.6.1
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
- 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