From db9a128c6a3c97df21c07ec9a5db3c0e8abc7de3 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Mon, 8 Apr 2019 11:55:26 +0300 Subject: [PATCH] disable tests --- .travis.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/.travis.yml b/.travis.yml index a14d573ebd..dc25fb38f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,41 +20,6 @@ services: jobs: include: - - stage: test - env: LINT,UNIT,FLOW - node_js: '10' - script: - - yarn install - - yarn lint - - yarn test-coverage - - yarn test-report - - test/flow.sh - - stage: test - env: _SMOKE=1 - node_js: '10' - script: test/smoke.sh - - - stage: visual - env: VISUAL=chrome - node_js: '10' - script: test/visual.sh - - stage: visual - env: VISUAL=ie11 - node_js: '10' - script: test/visual.sh - - stage: visual - env: VISUAL=edge17 - node_js: '10' - script: test/visual.sh - - stage: visual - env: VISUAL=safari11 - node_js: '10' - script: test/visual.sh - - stage: visual - env: VISUAL=firefox - node_js: '10' - script: test/visual.sh - - stage: build and deploy container node_js: '10' script: test/deploy.sh