Skip to content

Commit f16ce8c

Browse files
authored
Merge pull request #983 from adumesny/refactor/yarn
converted to yarn
2 parents 17fcce8 + 666c044 commit f16ce8c

File tree

5 files changed

+5438
-8370
lines changed

5 files changed

+5438
-8370
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:

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Please explain the changes you made here. Include an example of what your change
33

44
### Checklist
55
- [ ] Created tests which fail without the change (if possible)
6-
- [ ] All tests passing (`npm test`)
6+
- [ ] All tests passing (`yarn test`)
77
- [ ] Extended the README / documentation, if necessary

0 commit comments

Comments
 (0)