1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 11:31:30 +00:00
faq-de/.travis.yml
Evgeniy Sokolov d966100861
Inline comments (#381)
Inline comments from ci
2018-05-06 02:27:28 +02: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/run_on_master.sh
- bash files/check.sh
notifications:
email: false