Merge pull request #70 from getamis/feature/ginkgo-progress

travis: add ginkgo progress
This commit is contained in:
Alan Chen 2017-09-07 15:33:05 +08:00 committed by GitHub
commit e6a2666def
9 changed files with 9 additions and 17 deletions

View File

@ -1,22 +1,14 @@
language: go
go_import_path: github.com/getamis/istanbul-tools
sudo: required
matrix:
include:
- os: linux
dist: trusty
sudo: required
go: 1.7.6
script:
- travis_wait 120 go test -v $(glide novendor) --timeout 120m
# These are the latest Go versions.
- os: linux
dist: trusty
sudo: required
go: 1.8.3
script:
- travis_wait 120 go test -v $(glide novendor) --timeout 120m
os: linux
dist: trusty
go:
- 1.7.6
- 1.8.3
env:
- TEST=tests/functional
- TEST=tests/quorum
services:
- docker
@ -26,7 +18,7 @@ install:
- go get github.com/onsi/ginkgo/ginkgo
script:
- travis_wait 120 go test -v $(glide novendor) --timeout 120m
- travis_wait 120 go test -v $(glide novendor | grep -v "\.\/tests\/\.\.\.") --timeout 120m && cd ${TRAVIS_BUILD_DIR}/${TEST} && travis_wait 120 ginkgo -r --progress
notifications:
slack: maicoin:p2HicxEGvZveE900zgacSYwL