1
0
mirror of https://github.com/ru-de/faq.git synced 2025-02-16 20:26:32 +00:00
faq-de/.travis.yml

22 lines
409 B
YAML
Raw Normal View History

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