updated wercker build, trying to install ruby and fpm in wercker step

This commit is contained in:
Torkel Ödegaard 2015-03-03 18:00:58 +01:00
parent 55b40aeb65
commit f2595917c6

View File

@ -12,8 +12,8 @@ build:
name: build setup
code: |
go run build.go setup
apt-get install -y ruby-dev gcc
gem install fpm
sudo apt-get install -y ruby-dev gcc
sudo gem install fpm
# Build the project
- script:
name: build backend