Skip to content

Commit 126db86

Browse files
author
Alain Dumesny
committed
converted to yarn
which is SO much faster than npm * also updated to latest tools, which fixed build issues. Note: "grunt-sass": "2.1.0" IS REQUIRED as 3.0.0/3.0.1 gives errors I wasn't able to fix (see sourcey/spectacle#156)
1 parent 17fcce8 commit 126db86

File tree

4 files changed

+5436
-8368
lines changed

4 files changed

+5436
-8368
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ sudo: required
66
addons:
77
chrome: stable
88
#before_install:
9-
#- npm install -g protractor@3.3.0
9+
#- yarn global add protractor@3.3.0
1010
cache:
1111
directories:
1212
- node_modules
1313
install:
14-
#- npm install -g npm@6.0.1
15-
- npm install -g grunt-cli
16-
- npm install -g bower
17-
#- npm install selenium-webdriver
18-
- npm install
14+
#- yarn global add npm@6.0.1
15+
- yarn global add grunt-cli
16+
- yarn global add bower
17+
#- yarn add selenium-webdriver
18+
- yarn
1919
- bower install
2020
#- ./node_modules/protractor/bin/webdriver-manager update --standalone
2121
#before_script:
2222
#- export CHROME_BIN=chromium-browser
2323
#- export DISPLAY=:99.0
2424
#- sh -e /etc/init.d/xvfb start
2525
script:
26-
- npm run build
27-
- npm test
26+
- yarn build
27+
- yarn test
2828
# - grunt e2e-test
2929
notifications:
3030
slack:

0 commit comments

Comments
 (0)