UNPKG

grunt-google-closure-tools-compiler

Version:

Another Grunt task for Google Closure Compiler. Uses compiler npm build or you can use your own (eg: nightly builds)

17 lines (15 loc) 284 B
sudo: false language: node_js node_js: - "5" - "4" - "0.10" before_install: - npm install -g npm before_script: - npm install -g grunt-cli # - npm uninstall grunt # https://github.com/npm/npm/issues/3958 matrix: fast_finish: true allow_failures: - node_js: "0.10"