Explorar el Código

Make sure we also fetch test-only dependencies.

Geoffrey J. Teale hace 11 años
padre
commit
b016c84c41
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -1,5 +1,8 @@
 language: go
 
+install:
+  - go get -d -t -v ./... && go build -v ./...
+
 go:
   - 1.2
   - 1.3