istanbul-tools/.travis.yml

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