aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/maruel/panicparse/.travis.yml
blob: c6da8f0b8c00aec6c30968c15106cc6855ce16d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2014 Marc-Antoine Ruel. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.

sudo: false
language: go

go:
- tip

before_install:
  - go get github.com/maruel/pre-commit-go/cmd/pcg

script:
  - pcg