mirror of
https://github.com/ru-de/faq.git
synced 2024-11-08 19:51:01 +00:00
80d38abc36
* fix ci * test * test * test2 * verbose * add pr check * revert
23 lines
445 B
YAML
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
|