UNPKG

diagnostics-pagelet

Version:

Default diagnostics Pagelet used by the 404 and 500 Pagelet

31 lines (30 loc) 602 B
language: node_js node_js: - "0.12" - "0.10" - "0.8" - "iojs" env: matrix: - "MASTER=false" - "MASTER=true" before_install: - "npm install -g npm@2.1.18" - "npm config set loglevel error" before_script: - "[ $MASTER == false ] || sh ./symlink.sh" script: - "npm run test-travis" after_script: - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls" matrix: fast_finish: true allow_failures: - node_js: "iojs" - env: "MASTER=true" notifications: irc: channels: - "irc.freenode.org#bigpipe" on_success: change on_failure: change