Skip to content

Commit

Permalink
ci: use Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Oct 19, 2018
1 parent 78b516f commit 6234087
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ matrix:
node_js: 10
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack

before_install: npm install -g npm@latest
install: npm ci
script: npm run $ZF_TRAVIS_COMMAND
install: yarn
script: yarn run $ZF_TRAVIS_COMMAND

notifications:
email: false

0 comments on commit 6234087

Please sign in to comment.