Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Workaround OOM NYC issue #394

Merged
merged 1 commit into from Mar 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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