Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
hotfix: from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb authored and Andrei0872 committed Oct 9, 2019
1 parent 4fae9ad commit 4dcac3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ before_install:
#- export DISPLAY=':99.0'
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install -g xvfb-maybe
install: yarn
install: npm install
before_script:
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
script: yarn run build
#- npm run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
script: npm run build
branches:
only:
- master

0 comments on commit 4dcac3f

Please sign in to comment.