aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Juan Leni <lenijuan@gmail.com>2017-11-28 05:18:25 +0100
committerGravatar Juan Leni <lenijuan@gmail.com>2017-11-28 05:18:25 +0100
commit582d6ac3aa519316b64c09e55e40422c4950e05c (patch)
tree5772bacd0c2e4c569f96597cc05561a77f0819c0 /.travis.yml
parentf08e4dd9845c5ba121b402f8768f3d2617191bbe (diff)
Upgrading dotnet to 1.0.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b89a4363..4cfc5bf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ matrix:
language: csharp
dist: trusty
sudo: required
- dotnet: 1.0.1
+ dotnet: 1.0.4
mono: none
# This test is kept on travis because it doesn't play nicely with other
# tests on jenkins running in parallel.