forked from ReactiveX/rxjs
-
-
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.
chore(danger): report PR's build size (ReactiveX#2674)
* chore(danger): report PR's build size * chore(danger): compare size to latest release
- Loading branch information
Showing
4 changed files
with
64 additions
and
27 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 |
---|---|---|
|
@@ -14,22 14,22 @@ cache: | |
env: | ||
matrix: | ||
- NODE_VER=4 FULL_VALIDATE=false | ||
- NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt danger=./node_modules/danger/distribution/danger | ||
- NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt | ||
- NODE_VER=7 FULL_VALIDATE=false | ||
matrix: | ||
fast_finish: true | ||
|
||
before_install: | ||
- nvm install $NODE_VER | ||
- npm install -g npm@4 && node -v && npm -v | ||
- npm install -g npm@4 && npm install -g npx && node -v && npm -v | ||
- if [ "$FULL_VALIDATE" == "true" ]; then npm install [email protected] grunt-cli grunt-contrib-connect grunt-run; fi | ||
- if [ "$FULL_VALIDATE" == "true" ] && [ -n "DANGER_GITHUB_API_TOKEN" ]; then npm install [email protected] && danger; fi | ||
|
||
install: | ||
- npm install | ||
- if [ "$FULL_VALIDATE" == "true" ]; then npm run lint && npm run check_circular_dependencies; fi | ||
|
||
script: | ||
- if [ "$FULL_VALIDATE" == "true" ] && [ -n "DANGER_GITHUB_API_TOKEN" ]; then echo {} > ./.babelrc && npx danger; fi | ||
- npm run build_spec && npm run test_mocha && node ./node_modules/markdown-doctest/bin/cmd.js | ||
|
||
after_success: | ||
|
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 was deleted.
Oops, something went wrong.