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