travis: disable install step

This commit is contained in:
Jimmy Zelinskie 2015-12-04 16:24:03 -05:00
parent 46fffdfc81
commit 02d38843cb

View File

@ -9,6 +9,9 @@ sudo: false
before_install:
- export GO15VENDOREXPERIMENT=1
install:
- echo 'nop'
script:
- go test -v $(go list ./... | grep -v /vendor/)