Skip to content

Commit 10435d5

Browse files
committed
upgrade travis.yml
1 parent 03a7cc2 commit 10435d5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
language: c
2-
1+
language: csharp
2+
dist: trusty
3+
mono:
4+
- latest
35
git:
46
depth: 300
5-
6-
install:
7-
- sudo add-apt-repository ppa:directhex/ppa -y
8-
- sudo apt-get update
9-
- sudo apt-get -qq install mono-devel mono-gmcs mono-utils mono-complete libmono-system2.0-cil libmono-corlib2.0-cil mono-2.0-gac nunit-console realpath
107

118
script:
129
- bash travis-ci/autoversion.sh QuadTrees
1310
- export EnableNuGetPackageRestore=false
14-
- mozroots --import --sync
11+
- cert-sync /etc/ssl/certs/ca-certificates.crt
1512
- xbuild CI.proj
1613
- sudo nunit-console -framework=4.0 ./QuadTrees.Tests/bin/Debug/QuadTrees.Tests.dll -exclude Integration,NotWorkingOnMono
1714
- travis_retry bash travis-ci/nuget-upload.sh

0 commit comments

Comments
 (0)