Selaa lähdekoodia

Make sure we also fetch test-only dependencies.

Geoffrey J. Teale 12 vuotta sitten
vanhempi
commit
9defc54720
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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