Skip to content

Commit

Permalink
Merged feature/fixed_build into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Sep 21, 2016
2 parents 2d6c266 + add9786 commit e5b1af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: required
language: go
go: 1.6
language: c

services:
- docker

before_install:
- sudo apt-get update
- sudo apt-get install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y --force-yes -q docker-engine
- sudo apt-get install -qy docker-engine
- wget https://github.com/grammarly/rocker/releases/download/1.3.0/rocker_linux_amd64.tar.gz -O /tmp/rocker.tar.gz
- sudo tar -xvzf /tmp/rocker.tar.gz -C /usr/local/bin && sudo chmod +x /usr/local/bin/rocker
- sudo mkdir -m 777 -p /build/amd64 /build/arm
Expand Down

0 comments on commit e5b1af0

Please sign in to comment.