mirror of
https://github.com/mitchell/lambdarouter.git
synced 2025-12-17 14:07:22 +00:00
First iteration of v1 lambdarouter, full API change
This commit is contained in:
parent
83bb9a2aa1
commit
f65f17158c
12 changed files with 376 additions and 392 deletions
|
|
@ -4,12 +4,12 @@ go:
|
|||
- 1.x
|
||||
|
||||
before_install:
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
|
||||
install:
|
||||
- dep ensure -v
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
- chmod +x ./cc-test-reporter
|
||||
- dep ensure
|
||||
|
||||
before_script:
|
||||
- ./cc-test-reporter before-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue