added apt-get update to yaml prior to installing packages
This commit is contained in:
parent
b8b01c2db4
commit
5c9b5f65b9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ env:
|
|||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
script:
|
||||
- sudo apt-get update 1> /dev/null 2> /dev/null
|
||||
- sudo apt-get -y install zip libsqlite3-dev sqlite3 rpm 1> /dev/null 2> /dev/null
|
||||
- gem install fpm
|
||||
- rbenv rehash
|
||||
|
|
Loading…
Reference in a new issue