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

Commit 4dcac3f

Browse files
lauthiebAndrei0872
authored andcommitted
hotfix: from yarn to npm
1 parent 4fae9ad commit 4dcac3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ before_install:
2626
#- export DISPLAY=':99.0'
2727
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2828
- npm install -g xvfb-maybe
29-
install: yarn
29+
install: npm install
3030
before_script:
3131
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
32-
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
33-
script: yarn run build
32+
#- npm run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
33+
script: npm run build
3434
branches:
3535
only:
3636
- master

0 commit comments

Comments
 (0)