1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00
faq-de/.travis.yml

22 lines
409 B
YAML
Raw Normal View History

2017-05-18 14:13:34 +00:00
language: go
2017-05-18 14:18:22 +00:00
sudo: required
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