Skip to content

Commit

Permalink
Update travis cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ndresx committed Oct 12, 2020
1 parent 0d7d724 commit 10619e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- stage: 'Tests'
name: 'Unit Tests'
script: yarn test && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- name: 'E2E Tests'
script: yarn build && yarn test:e2e
- stage: 'Build'
name: 'Package'
script: yarn build
- script: rm -rf ./node_modules && cd ./examples && yarn && yarn build
name: 'Examples'
- stage: 'E2E Tests'
name: 'Cypress'
script: yarn test:e2e

0 comments on commit 10619e6

Please sign in to comment.