sudo: required

services:
      - docker
before_install:
    - docker pull golang:1.7.3

script:
    - sh build.sh