summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2015-11-01 13:26:43 -0800
committerAlex Flint <[email protected]>2015-11-01 13:26:43 -0800
commit3ff6f256dc7eeb83ecc6d3ad0541c741663e7c69 (patch)
treeee0faaa5b0eb669f8c0bd8955e8e37c68e09d200
parentf042ab6386919a178d014ea8b3cd958e39148a7a (diff)
remove extra go gets in travis
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2097b79..ff2c2cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,3 @@ language: go
go:
- 1.4
- tip
-install:
- - go get ./...
- - go get -t ./...