Przeglądaj źródła

Merge pull request #3962 from jleni/fix_dotnet

Upgrading dotnet to 1.0.4
Adam Cozzette 7 lat temu
rodzic
commit
34e30e5c1b
1 zmienionych plików z 1 dodań i 1 usunięć
  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.