diff options
Diffstat (limited to 'vendor/github.com/maruel/panicparse/.travis.yml')
-rw-r--r-- | vendor/github.com/maruel/panicparse/.travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/maruel/panicparse/.travis.yml b/vendor/github.com/maruel/panicparse/.travis.yml new file mode 100644 index 000000000..c6da8f0b8 --- /dev/null +++ b/vendor/github.com/maruel/panicparse/.travis.yml @@ -0,0 +1,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 |