1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-08 19:51:01 +00:00
faq-de/.travis.yml
Evgeniy Sokolov 66b8f303b8
Fix run master (#391)
* fix

* test bad credentials

* revert check
2018-05-13 21:50:31 +02:00

23 lines
441 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
- git checkout $TRAVIS_COMMIT
- bash files/check.sh
notifications:
email: false