Skip to content

Commit 6234087

Browse files
author
Daniel Ruf
committed
ci: use Yarn
1 parent 78b516f commit 6234087

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ matrix:
1919
node_js: 10
2020
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack
2121

22-
before_install: npm install -g npm@latest
23-
install: npm ci
24-
script: npm run $ZF_TRAVIS_COMMAND
22+
install: yarn
23+
script: yarn run $ZF_TRAVIS_COMMAND
2524

2625
notifications:
2726
email: false

0 commit comments

Comments
 (0)