File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis
2
+ repo_token : sBrM2uJVbzMzOiI8pbv6Ho3fvwWq55dyr
Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 13
13
"test" : " test"
14
14
},
15
15
"scripts" : {
16
- "test" : " mocha" ,
17
- "travis" : " npm run test"
16
+ "lint" : " jshint ." ,
17
+ "test" : " npm run lint && mocha" ,
18
+ "travis" : " npm run lint && npm run coverage && <coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js" ,
19
+ "coverage" : " NODE_ENV=development ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot"
18
20
},
19
21
"repository" : {
20
22
"type" : " git" ,
21
23
"url" : " git@github.com:RndPhrase/cubehash.js.git"
22
24
},
23
25
"devDependencies" : {
24
- "mocha" : " *"
26
+ "coveralls" : " ^2.11.1" ,
27
+ "istanbul" : " ^0.3.0" ,
28
+ "jshint" : " ^2.5.2" ,
29
+ "mocha" : " ^1.21.3" ,
30
+ "mocha-lcov-reporter" : " 0.0.1"
25
31
},
26
32
"testling" : {
27
33
"harness" : " mocha" ,
You can’t perform that action at this time.
0 commit comments