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