Explorar el Código

Merge pull request #3962 from jleni/fix_dotnet

Upgrading dotnet to 1.0.4
Adam Cozzette hace 8 años
padre
commit
34e30e5c1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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.