UNPKG
@arnaudnyc/mout
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2-secfix
Modular Utilities
moutjs.com
arnaudnyc/mout
@arnaudnyc/mout
/
.travis.yml
18 lines
(17 loc)
•
301 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language:
node_js
node_js:
-
"8.0"
# current
-
"6.0"
# stable
script:
-
"npm test --coverage"
-
"jshint src"
notifications:
irc:
channels:
-
"irc.freenode.org#moutjs"
on_success:
change
on_failure:
always
use_notice:
true
skip_join:
true
git:
depth:
10