first (BIG) commit

This commit is contained in:
Julien Neuhart
2018-03-28 20:23:32 +02:00
commit 707927c126
344 changed files with 170912 additions and 0 deletions

17
vendor/github.com/justinas/alice/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,17 @@
language: go
matrix:
include:
- go: 1.0.x
- go: 1.1.x
- go: 1.2.x
- go: 1.3.x
- go: 1.4.x
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: tip
allow_failures:
- go: tip