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
2016-06-21 19:11:46 -07:00

22 lines
242 B
YAML

language: go
sudo: false
go:
- 1.5
- 1.6
- tip
before_install:
- go get github.com/Masterminds/glide
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
env:
global:
- GO15VENDOREXPERIMENT="1"