Skip to content

Commit 0b7bda2

Browse files
committed
ci: fixing tests
1 parent 73d4067 commit 0b7bda2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/tmp
66
/out-tsc
77
.ng_pkg_build
8+
*.tgz
89

910
# dependencies
1011
/node_modules

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ cache:
1717
- ./node_modules
1818

1919
install:
20-
- npm install
20+
- npm i --no-progress
2121

2222
script:
2323
# Use Chromium instead of Chrome.
2424
- export CHROME_BIN=chromium-browser
25-
- xvfb-run -a npm run test -- --no-progress --single-run --code-coverage --browser=ChromeNoSandbox
26-
- xvfb-run -a npm run e2e -- --no-progress
25+
- npm lint
26+
- xvfb-run -a npm run test -- --no-progress --watch false --code-coverage --browsers ChromeNoSandbox
27+
- xvfb-run -a npm run e2e
2728
- npm run coverage

0 commit comments

Comments
 (0)