UNPKG
grappling-hook
Version:
latest (3.0.0)
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
Pre/Post hooking mechanism
github.com/keystonejs/keystone-hooks
keystonejs/grappling-hook
grappling-hook
/
.travis.yml
9 lines
(6 loc)
•
183 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
language:
node_js
node_js:
[
"0.12"
,
"0.10"
]
script:
"npm run travis"
after_success:
'npm run coveralls'
notifications:
email: [
"camille.reynders@gmail.com"
,
"jed@keystonejs.com"
]