istanbul-tools/.travis.yml

33 lines
694 B
YAML

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 go test -parallel 2 $(glide novendor) --timeout 30m
# These are the latest Go versions.
- os: linux
dist: trusty
sudo: required
go: 1.8.3
script:
- travis_wait go test -parallel 2 $(glide novendor) --timeout 30m
services:
- docker
install:
- go get github.com/Masterminds/glide
- go get github.com/onsi/ginkgo/ginkgo
script:
- travis_wait go test -parallel 2 $(glide novendor)
notifications:
slack: maicoin:p2HicxEGvZveE900zgacSYwL