updated yml

This commit is contained in:
Brad 2014-06-05 15:04:28 -07:00
parent 7fa5cae9d1
commit 603883a6cf

View file

@ -1,12 +1,10 @@
image: go1.2
env:
- GOROOT=/usr/local/go
- GOPATH=$PWD/Godeps/_workspace:/var/cache/drone
- PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
script:
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
- make embed
- make build-dist
- make deps
- make
- make test
- make dpkg
notify:
@ -22,4 +20,4 @@ publish:
access_key: $AWS_KEY
secret_key: $AWS_SECRET
source: deb/drone.deb
target: latest/
target: exp/