1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-18 19:11:29 +00:00
faq-de/.travis.yml
2018-08-08 16:35:21 +02:00

23 lines
448 B
YAML

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