Update godeps to include go-semi-semantic

[finishes #107756410]
This commit is contained in:
Evan Short
2015-11-10 14:21:54 -08:00
parent 8ec667151f
commit 8291efc7a7
54 changed files with 1655 additions and 929 deletions

View File

@@ -1,12 +1,15 @@
language: go
go:
- 1.3
- 1.4
- 1.5
- tip
install:
- go get -v ./...
- go get -v -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/gomega
- go install github.com/onsi/ginkgo/ginkgo
- export PATH=$PATH:$HOME/gopath/bin
script: $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
script: $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace