Skip to content

Commit

Permalink
Merge pull request bemusic#418 from SharkChips/master
Browse files Browse the repository at this point in the history
feat(~): switch to yarnpkg
  • Loading branch information
dtinth committed Oct 30, 2016
2 parents 03085f5 + 88b6dcb commit 53644eb
Show file tree
Hide file tree
Showing 3 changed files with 7,468 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ node_js:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "npm install -g gulp"
before_script:
- "npm install"
- "curl -o- -L https://yarnpkg.com/install.sh | bash"
- "export PATH=\"$HOME/.yarn/bin:$PATH\"" # Reload path so we can use yarn
- "yarn global add gulp"
install:
- "yarn install"
script:
- npm run ci:code-review
- npm run ci:code-review # Yarn does not support npm run
- BEMUSE_COV=true gulp test
after_success:
- codecov
Expand Down
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ notify:
webhooks:
- url: https://webhooks.gitter.im/e/ba1b37fc12942c2430c9
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
override:
- npm install
- npm install
- yarn install
test:
override:
- ./node_modules/.bin/gulp test
Expand Down
Loading

0 comments on commit 53644eb

Please sign in to comment.