We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b516f commit 6234087Copy full SHA for 6234087
.travis.yml
@@ -19,9 +19,8 @@ matrix:
19
node_js: 10
20
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack
21
22
-before_install: npm install -g npm@latest
23
-install: npm ci
24
-script: npm run $ZF_TRAVIS_COMMAND
+install: yarn
+script: yarn run $ZF_TRAVIS_COMMAND
25
26
notifications:
27
email: false
0 commit comments