Skip to content

Commit a80b07f

Browse files
authored
Merge pull request #17 from softprops/integration-test
2 parents 837de8e + a0d2345 commit a80b07f

File tree

12 files changed

+8276
-3
lines changed

12 files changed

+8276
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules
1+
node_modules
2+
target
3+
tests/test-func/test-out.log
4+
.serverless

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
language: node_js
22
node_js:
3-
- '7'
3+
- "node"
4+
5+
services:
6+
# start docker to enable lambda ci compatible build env
7+
- docker
8+
9+
script:
10+
- npm test
11+
- tests/test.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Install the plugin with npm
99

1010
```sh
11-
$ npm install serverless-rust
11+
$ npm i -D serverless-rust
1212
```
1313

1414
💡 This serverless plugin assumes you are building Rustlang lambdas targetting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.

tests/test-func/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)