language: go sudo: required dist: trusty git: depth: 3 submodules: false install: - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH" - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" - sudo env PATH=$PATH GOPATH=$GOPATH bash files/check-install.sh script: - git branch ci_pull_request - bash files/run_on_master.sh - git checkout ci_pull_request - bash files/check.sh notifications: email: false