UNPKG
bottender-form
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.2
An experimental package for handling conversational form with Bottender.
bottender-form
/
.travis.yml
17 lines
(15 loc)
•
209 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
node_js:
-
"stable"
-
"9"
-
"8"
cache:
yarn:
true
directories:
-
"node_modules"
script:
-
npm
run
lint
-
npm
run
testonly:cov
notifications:
email:
on_success:
never