Skip to content
Snippets Groups Projects
Commit 7645bfe7 authored by Will McCutchen's avatar Will McCutchen
Browse files

Lint during CI & test on more golang versions

parent b6df0982
No related branches found
No related tags found
No related merge requests found
---
language: go
go:
- 1.8
- tip
script: make test
before_install:
- go get -u github.com/kevinburke/go-bindata/...
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- 'tip'
script:
- make lint
- make test
notifications:
email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment