2017-05-18 14:13:34 +00:00
|
|
|
language: go
|
2017-05-18 14:18:22 +00:00
|
|
|
sudo: required
|
2018-02-12 21:50:49 +00:00
|
|
|
|
|
|
|
dist: trusty
|
|
|
|
group: deprecated-2017Q4
|
|
|
|
|
|
|
|
git:
|
|
|
|
depth: 3
|
|
|
|
submodules: false
|
|
|
|
|
|
|
|
install:
|
2017-01-12 13:23:32 +00:00
|
|
|
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
|
|
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
2018-02-13 20:27:17 +00:00
|
|
|
- sudo env PATH=$PATH GOPATH=$GOPATH bash files/check-install.sh
|
2017-01-12 13:16:03 +00:00
|
|
|
|
2016-01-14 14:46:56 +00:00
|
|
|
script:
|
2018-02-13 20:27:17 +00:00
|
|
|
- bash files/check.sh
|
|
|
|
- bash files/run_on_master.sh
|
2016-01-14 14:46:56 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|