Explorar el Código

Bring back 1.5, make lint non fatal.

Chris Rhodes hace 8 años
padre
commit
c4c27915f7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,5 +1,6 @@
 language: go
 go:
+    - 1.5
     - 1.6
     - tip
 install:
@@ -9,5 +10,5 @@ install:
 script:
     - diff <(gofmt -d .) <(echo -n)
     - go vet -x ./...
-    - golint -set_exit_status ./...
+    - golint ./...
     - go test -v -race ./...