forked from thangngoc89/react-howler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to enable Greenkeeper 🌴 (thangngoc89#54)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * Reorganize to fix build * Update yarn.lock for package dependencies * Update build for Greenkeeper * Reorder node testing array for greenkeeper
- Loading branch information
1 parent
193f6cd
commit 2850888
Showing
5 changed files
with
300 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 1,8 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- 4 | ||
- 5 | ||
- 6 | ||
- 4 | ||
cache: | ||
directories: | ||
- $HOME/.npm | ||
|
@@ -13,14 12,19 @@ cache: | |
before_install: | ||
- npm install -g npm | ||
- npm install -g yarn --cache-min 999999999 | ||
- yarn global add greenkeeper-lockfile@1 | ||
|
||
install: | ||
- yarn install | ||
|
||
before_script: greenkeeper-lockfile-update | ||
|
||
script: | ||
- npm run babelify | ||
- npm run example:react:build | ||
|
||
after_script: greenkeeper-lockfile-upload | ||
|
||
before_deploy: | ||
- git config --global user.name "Khoa Nguyen" | ||
- git config --global user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.