2014-09-10 04:32:10 +00:00
|
|
|
image: go1.3
|
2014-06-12 19:51:55 +00:00
|
|
|
git:
|
|
|
|
path: github.com/drone/drone
|
2014-02-11 22:44:39 +00:00
|
|
|
env:
|
|
|
|
- GOROOT=/usr/local/go
|
2014-06-12 19:55:57 +00:00
|
|
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
2014-02-07 10:10:01 +00:00
|
|
|
script:
|
2014-06-05 22:04:28 +00:00
|
|
|
- make deps
|
2015-04-07 08:20:55 +00:00
|
|
|
- make
|
2014-02-07 10:10:01 +00:00
|
|
|
- make test
|
2015-04-07 08:20:55 +00:00
|
|
|
|
2014-02-07 10:10:01 +00:00
|
|
|
notify:
|
2014-10-15 04:53:39 +00:00
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- brad@drone.io
|