mirror of https://github.com/matrix-org/go-neb.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
14 lines
406 B
checkout:
|
|
post:
|
|
- rm -rf /home/ubuntu/.go_workspace/src/gopkg.in/airbrake/gobrake.v2
|
|
- mkdir -p /home/ubuntu/.go_workspace/src/gopkg.in/airbrake
|
|
- mv /home/ubuntu/gobrake /home/ubuntu/.go_workspace/src/gopkg.in/airbrake/gobrake.v2
|
|
|
|
dependencies:
|
|
override:
|
|
- go get github.com/onsi/ginkgo
|
|
- go get github.com/onsi/gomega
|
|
|
|
test:
|
|
override:
|
|
- go test gopkg.in/airbrake/gobrake.v2
|