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

13 lines
303 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
2016-01-14 16:36:55 +01:00
before_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"
- sudo env PATH=$PATH GOPATH=$GOPATH sh files/check-install.sh
2017-01-12 14:16:03 +01:00
2016-01-14 15:46:56 +01:00
script:
- sh files/check.sh
2016-01-14 15:46:56 +01:00
notifications:
email: false