UNPKG
drachtio-modesl
Version:
latest (2.0.1)
2.0.1
1.3.1
1.2.10
1.2.9
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
FreeSWITCH ESL Node.js Implementation
github.com/davehorton/node-esl
davehorton/node-esl
drachtio-modesl
/
.travis.yml
19 lines
(14 loc)
•
230 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
node_js:
-
"0.10"
branches:
only:
-
master
install:
-
npm
install
grunt-cli
-
npm
install
cache:
directories:
-
node_modules
script:
-
./node_modules/.bin/grunt
travis