Skip to content

Commit

Permalink
Refactor client test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcorwin committed Jun 30, 2020
1 parent b2246e4 commit bdcaf6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
script:
- cd ../editor && npm run build
- cd ../client/ && npm run build
- cd ../client/ && npm run test
- cd ../client/ && npm run test-ci
- cd ../server && npm run test
notifications:
webhooks:
Expand Down
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"start": "ng serve",
"build": "ng build --base-href \"./\"",
"test": "ng test",
"test-ci": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"
},
Expand Down

0 comments on commit bdcaf6e

Please sign in to comment.