blob: 7908de8ce339c19d42a3fd5e36aa4c0a3b4cd79d [file] [log] [blame]
# Copyright 2017 by Dan Jacques. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
language: go
go:
- 1.2
- 1.3
- 1.5
- 1.6
- 1.7
- tip
before_install:
- go get github.com/maruel/pre-commit-go/cmd/pcg
install:
- go get -t ./...
script:
- pcg