Skip to content

Commit 15c2309

Browse files
committed
ci: fix travis use of npm
1 parent a1ee501 commit 15c2309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
script:
3232
- npx danger ci
3333
- npm run lint
34-
- npm run test:unit --runInBand
35-
- npm run test:e2e --headless
34+
- npm run test:unit -- --runInBand
35+
- npm run test:e2e -- --headless
3636

3737
- stage: demo
3838
script: npm run build:demo

0 commit comments

Comments
 (0)