We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7cc2 commit 10435d5Copy full SHA for 10435d5
.travis.yml
@@ -1,17 +1,14 @@
1
-language: c
2
-
+language: csharp
+dist: trusty
3
+mono:
4
+ - latest
5
git:
6
depth: 300
-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
10
11
script:
12
- bash travis-ci/autoversion.sh QuadTrees
13
- export EnableNuGetPackageRestore=false
14
- - mozroots --import --sync
+ - cert-sync /etc/ssl/certs/ca-certificates.crt
15
- xbuild CI.proj
16
- sudo nunit-console -framework=4.0 ./QuadTrees.Tests/bin/Debug/QuadTrees.Tests.dll -exclude Integration,NotWorkingOnMono
17
- travis_retry bash travis-ci/nuget-upload.sh
0 commit comments