Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Apr 8, 2019
1 parent ed1ad80 commit db9a128
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .travis.yml
Expand Up @@ -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

0 comments on commit db9a128

Please sign in to comment.