First iteration of v1 lambdarouter, full API change

This commit is contained in:
mitchell 2019-04-07 15:22:26 -07:00
parent 83bb9a2aa1
commit f65f17158c
12 changed files with 376 additions and 392 deletions

View file

@ -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