Skip to content

Commit f86b3a6

Browse files
authored
Merge branch 'master' into remove-bluebird
2 parents d7ab687 + 9b3fa35 commit f86b3a6

File tree

4 files changed

+120
-2113
lines changed

4 files changed

+120
-2113
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ node_modules
44
npm-debug.log
55
coverage
66
test/e2e/results
7-
.nyc_output

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ before_script:
1212
- if [[ $TRAVIS_NODE_VERSION == "14" ]]; then travis_retry ./cc-test-reporter before-build; fi
1313

1414
after_success:
15-
- travis_retry nyc report --reporter=lcov
1615
- travis_retry cat ./coverage/lcov.info | coveralls
1716
- if [[ $TRAVIS_NODE_VERSION == "14" ]]; then travis_retry ./cc-test-reporter after-build -t lcov -p ./coverage --exit-code $TRAVIS_TEST_RESULT; fi

0 commit comments

Comments
 (0)