1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00
faq-de/.travis.yml
Evgeniy Sokolov 80d38abc36
Better ci (#393)
* fix ci

* test

* test

* test2

* verbose

* add pr check

* revert
2018-05-13 23:34:43 +02:00

23 lines
445 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 -qf
- bash files/check.sh
notifications:
email: false