mirror of
https://github.com/mitchell/lambdarouter.git
synced 2025-12-17 14:07:22 +00:00
Added 100% coverage to whats written so far; travis build script; debugged potential issues with testing
This commit is contained in:
parent
9d99bce47e
commit
922f6a7b41
4 changed files with 216 additions and 29 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.x"
|
||||
- "1.8"
|
||||
- "1.10.x"
|
||||
- master
|
||||
install:
|
||||
- "dep ensure"
|
||||
build:
|
||||
- "go test -v ./..."
|
||||
Loading…
Add table
Add a link
Reference in a new issue