diff --git a/.travis.yml b/.travis.yml index b68a01a..e8bd9ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ node_js: - 10.16.0 - 12.5.0 cache: npm + +script: + - npm run cover + - npx codecov + - cat ./build/coverage/lcov.info | npx coveralls + jobs: include: - - stage: test - skip_cleanup: 'true' - script: - - npm run cover - - npx codecov - - cat ./build/coverage/lcov.info | npx coveralls - stage: doc node_js: lts/* skip_cleanup: 'true' @@ -24,8 +24,4 @@ jobs: provider: script skip_cleanup: 'true' script: - - npx semantic-release -branches: - only: - - master - - /^greenkeeper/.*$/ + - npx semantic-release \ No newline at end of file