istanbul-tools/.travis.yml

33 lines
694 B
YAML
Raw Normal View History

2017-08-11 01:55:13 -07:00
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:
2017-08-31 20:32:40 -07:00
- travis_wait go test -parallel 2 $(glide novendor) --timeout 30m
2017-08-11 01:55:13 -07:00
# These are the latest Go versions.
- os: linux
dist: trusty
sudo: required
go: 1.8.3
script:
2017-08-31 20:32:40 -07:00
- travis_wait go test -parallel 2 $(glide novendor) --timeout 30m
2017-08-11 01:55:13 -07:00
services:
- docker
install:
- go get github.com/Masterminds/glide
2017-08-22 23:22:22 -07:00
- go get github.com/onsi/ginkgo/ginkgo
2017-08-11 01:55:13 -07:00
script:
2017-08-31 20:32:40 -07:00
- travis_wait go test -parallel 2 $(glide novendor)
2017-08-11 01:55:13 -07:00
notifications:
slack: maicoin:p2HicxEGvZveE900zgacSYwL