Merge pull request #41 from coreos/travisfix

travis: disable install step
This commit is contained in:
Quentin Machu 2015-12-04 16:33:55 -05:00
commit 1fefacfa63

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/)