Browse Source

Make sure we also fetch test-only dependencies.

Geoffrey J. Teale 11 years ago
parent
commit
9defc54720
1 changed files with 3 additions and 0 deletions
  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