We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21b716 commit 05251b2Copy full SHA for 05251b2
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - '4'
+ - '10'
4
5
sudo: false
6
@@ -11,8 +11,8 @@ before_install:
11
- npm init --yes
12
13
install:
14
- - npm install --save-dev serverless-offline
15
- - npm install -g serverless@1.0.0-rc.1
+ - npm install --save-dev serverless-offline
+ - npm install -g serverless@^1
16
- npm install aws-sdk
17
- npm install --save dynamodb-doc-client-wrapper
18
- serverless create --template aws-nodejs
@@ -37,11 +37,11 @@ install:
37
38
before_script:
39
- sls dynamodb install
40
- - sls offline start &
+ - sls offline start &
41
- sleep 15
42
- - cd ..
+ - cd ..
43
- cd ..
44
- npm run test
45
-
+
46
script:
47
- npm test
0 commit comments