Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyYassine committed Jan 21, 2021
1 parent f7815a8 commit 72b9fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
script: yarn install
- stage: coverage
script:
- yarn install-test-client
- yarn test:cypress:install
- yarn test:coverage
- stage: send-coverage
script:
- yarn install-test-client
- yarn test:cypress:install
- yarn test:coverage
- yarn send-coverage
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"serve": "cd tests/client ; yarn serve",
"build": "vue-cli-service build --target lib --name vuuri src/index.js",
"install-test-client": "cd tests/client ; yarn install ; cd ../..",
"test": "start-server-and-test serve \"http://localhost:9999\" test:cypress:run",
"test:coverage": "start-server-and-test serve \"http://localhost:9999\" test:cypress:coverage",
"test:unit": "vue-cli-service test:unit",
Expand Down

0 comments on commit 72b9fd3

Please sign in to comment.