File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Exit immediately if any subcommand terminated
2- trap " exit 1" TERM
2+ trap " exit 1" ERR
33
44#
55# This script determines if current git state is the up to date master. If so
Original file line number Diff line number Diff line change 1- #! /bin/sh -e
1+ #! /bin/sh
22
33# Exit immediately if any subcommand terminated
4- trap " exit 1" TERM
4+ trap " exit 1" ERR
55
66# This script maintains a git branch which mirrors master but in a form that
77# what will eventually be deployed to npm, allowing npm dependencies to use:
Original file line number Diff line number Diff line change 11# Exit immediately if any subcommand terminated
2- trap " exit 1" TERM
2+ trap " exit 1" ERR
33
44# Publishing to NPM is currently supported by Travis CI, which ensures that all
55# tests pass first and the deployed module contains the correct file structure.
You can’t perform that action at this time.
0 commit comments