Skip to content

Commit

Permalink
Merge pull request #394 from serverless/0330-workaround-oom-issue
Browse files Browse the repository at this point in the history
CI: Workaround OOM NYC issue
  • Loading branch information
medikoo committed Mar 29, 2020
2 parents 45fc0b8 + d12253a commit 7478af9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -104,8 +104,8 @@ jobs:
- npm test
- cd ..

- name: 'Unit Tests, Coverage - Node.js v10'
node_js: 10
- name: 'Unit Tests, Coverage - Node.js v13'
node_js: 13
before_install:
- npm install -g npm codecov
script:
Expand All @@ -116,14 +116,17 @@ jobs:
- codecov
- codecov -p sdk-js

- name: 'Isolated Unit Tests - Node.js v8'
node_js: 8
- name: 'Isolated Unit Tests - Node.js v10'
node_js: 10
script:
- npm run test-isolated
- cd sdk-js
- npm test
- cd ..

- name: 'Unit Tests - Node.js v8'
node_js: 8

- name: 'Unit Tests - Node.js v6'
node_js: 6
before_install:
Expand Down

0 comments on commit 7478af9

Please sign in to comment.