summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-12 13:00:10 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-12 13:00:10 -0800
commit3865101cfe85d89df418861445c93777970f5294 (patch)
tree6d1f28c43da467691a58d403960ecce6b8b83497
parent3f17d003ff44fe28c348104e32a96ffc3b92a8a7 (diff)
downloadsendgrid-csharp-3865101cfe85d89df418861445c93777970f5294.zip
sendgrid-csharp-3865101cfe85d89df418861445c93777970f5294.tar.gz
sendgrid-csharp-3865101cfe85d89df418861445c93777970f5294.tar.bz2
Trying to fix Mono build
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e223cc5..05ee178 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ install:
- nuget restore SendGrid/SendGrid.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
+- sudo apt-get update
- xbuild /p:Configuration=BuildNet45 SendGrid/SendGrid.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/Tests/bin/BuildNet45/Tests.dll
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/UnitTest/bin/Release/UnitTest.dll