This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/.travis.yml

20 lines
200 B
YAML
Raw Normal View History

2016-06-21 02:16:05 +02:00
language: go
sudo: false
go:
- 1.5
- 1.6
- tip
before_install:
- go get github.com/Masterminds/glide
- glide install
script:
- make test
env:
global:
- GO15VENDOREXPERIMENT="1"