1
0
mirror of synced 2025-01-31 03:53:46 +01:00

Travis CI now adds a compile message

This commit is contained in:
n1474335 2017-05-18 23:46:03 +01:00
parent 2b3e471f96
commit cbdc24d869
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ script:
- grunt test - grunt test
- grunt docs - grunt docs
- grunt node - grunt node
- grunt prod - grunt prod --msg="$COMPILE_MSG"
before_deploy: before_deploy:
- grunt copy:ghPages - grunt copy:ghPages
deploy: deploy:

View File

@ -75,7 +75,7 @@ module.exports = function (grunt) {
"* See the License for the specific language governing permissions and\n" + "* See the License for the specific language governing permissions and\n" +
"* limitations under the License.\n" + "* limitations under the License.\n" +
"*/\n", "*/\n",
pkg = grunt.file.readJSON("package.json"); pkg = grunt.file.readJSON("package.json");
/** /**
* Compiles a production build of CyberChef into a single, portable web page. * Compiles a production build of CyberChef into a single, portable web page.