From b14be450833810789d58e84e0b90195473e030fe Mon Sep 17 00:00:00 2001 From: Gabriel Duarte Date: Mon, 13 Aug 2018 00:57:07 -0300 Subject: [PATCH] build(travis): allow failure on the test script --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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