UNPKG
hubot-ci
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Use Hubot to interact with GitHub commit statuses
github.com/atmos/hubot-ci
atmos/hubot-ci
hubot-ci
/
.travis.yml
21 lines
(16 loc)
•
277 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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