.travis.yml 300 B

1234567891011121314151617
  1. # Copyright 2014 Marc-Antoine Ruel. All rights reserved.
  2. # Use of this source code is governed under the Apache License, Version 2.0
  3. # that can be found in the LICENSE file.
  4. sudo: false
  5. language: go
  6. go:
  7. - 1.8.x
  8. - 1.x
  9. before_install:
  10. - go get github.com/maruel/pre-commit-go/cmd/pcg
  11. script:
  12. - pcg