소스 검색

Updated wercker file again...

Torkel Ödegaard 11 년 전
부모
커밋
4f2bca08f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wercker.yml

+ 1 - 1
wercker.yml

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