UNPKG

hubot-ci

Version:

Use Hubot to interact with GitHub commit statuses

21 lines (16 loc) 277 B
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" env: - HUBOT_VERSION=2.7.2 - HUBOT_VERSION=2.13.2 - HUBOT_VERSION=2.14 - HUBOT_VERSION=^2.16 before_install: - npm install "hubot@$HUBOT_VERSION" --save cache: directories: - node_modules