UNPKG
grunt-simple-nyc
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
A grunt wrapper for nyc
github.com/tandrewnichols/grunt-simple-nyc
tandrewnichols/grunt-simple-nyc
grunt-simple-nyc
/
.travis.yml
15 lines
(14 loc)
•
170 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
sudo:
false
install:
-
"npm install"
script:
-
"npm run travis"
node_js:
-
"6"
-
"7"
-
"8"
-
"9"
cache:
directories: -
'node_modules'