Add .travis.yml for Travis CI integration.

configurable-file-paths
Robert Gerus 2015-11-12 10:17:13 +01:00
parent 823fff273f
commit 36c092252c
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
nguage: go
go:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v
matrix:
allow_failures:
- go: 1.0
- go: 1.1