using bradrydzewski/go1.2 image. We need python & pip to push to S3
This commit is contained in:
parent
443bf9d636
commit
3ac36b9e89
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
image: mischief/docker-golang
|
image: go1.2
|
||||||
env:
|
|
||||||
- GOROOT=/usr/local/go
|
|
||||||
- GOPATH=/var/cache/drone
|
|
||||||
- PATH=$GOPATH/bin:$GOPATH/bin:$PATH
|
|
||||||
script:
|
script:
|
||||||
- apt-get -y install libsqlite3-dev sqlite3 mercurial bzr 1> /dev/null 2> /dev/null
|
|
||||||
- make deps
|
- make deps
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue