diff --git a/.travis.yml b/.travis.yml index 59aef81e..5fb2f542 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,7 @@ cache: yarn node_js: - node - lts/* -script: - - yarn ci - - yarn test +script: yarn ci jobs: include: - stage: semantic-release @@ -14,3 +12,6 @@ jobs: script: - yarn build - yarn release + - stage: tests + node_js: node + script: yarn test