Fix drone panic for not finding its assets

This commit is contained in:
Nurahmadie 2014-04-12 07:23:35 +07:00
parent ece091f1d9
commit 57213c503c

View file

@ -5,6 +5,7 @@ env:
- 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 test
- make dpkg