Skip to content

Commit

Permalink
added test step that works with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tobibechtold committed Mar 18, 2021
1 parent 5d2cc6d commit 93e822f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:
- npm install codecov -g
script:
- ng lint
- npm run test-headless
- npm test
- docker build .
scripts:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:local": "ng test --browsers=Chrome",
"lint": "ng lint",
"e2e": "ng e2e",
"test-headless": "ng test --code-coverage --watch=false --browsers=ChromeHeadless",
"test": "ng test --code-coverage --watch=false --browsers=ChromeHeadless",
"report-coverage": "codecov"
},
"private": true,
Expand Down

0 comments on commit 93e822f

Please sign in to comment.