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-02-13 21:27:17 +01:00

22 lines
409 B
YAML

language: go
sudo: required
dist: trusty
group: deprecated-2017Q4
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:
- bash files/check.sh
- bash files/run_on_master.sh
notifications:
email: false