[ci] Update .travis-ci to skip install block. (#170)

Ref 12a13f34e4 (commitcomment-17371551)
This commit is contained in:
Matt Silverlock
2016-06-05 16:35:21 -07:00
parent e84fac997f
commit 9fa818a44c

View File

@@ -10,6 +10,9 @@ matrix:
- go: 1.6
- go: tip
install:
- # Skip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)