Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit 22e37b3

Browse files
committed
Removed Mono setup from the Travis configuration
1 parent 10b4400 commit 22e37b3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
language: csharp
2-
mono: alpha
2+
mono: none
33
sudo: required
44
dist: trusty
5-
addons:
6-
apt:
7-
packages:
8-
- gettext
9-
- libcurl4-openssl-dev
10-
- libicu-dev
11-
- libssl-dev
12-
- libunwind8
13-
env:
14-
- MONO_TLS_PROVIDER=legacy
155
script: ./build.sh --verbosity=diagnostic
166
notifications:
177
email:

0 commit comments

Comments
 (0)