Explorar o código

Test with latest go1.1{1,2} versions (#1334)

Go support policy is the latest minor release of the latest two major versions.

In travis, specifying "1.11" pins the test to the original go1.11 release.
Edward Muller %!s(int64=6) %!d(string=hai) anos
pai
achega
8000ef36d7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -29,8 +29,8 @@ env:
       AUTH=false
       AUTH=false
 
 
 go:
 go:
-  - "1.11"
-  - "1.12"
+  - 1.11.x
+  - 1.12.x
 
 
 install:
 install:
   - ./install_test_deps.sh $TRAVIS_REPO_SLUG
   - ./install_test_deps.sh $TRAVIS_REPO_SLUG