File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-ci
2
+ repo_token : QI5sf7T1RA9tZ16fRLYzoGQ6vKKMOhu9Y
Original file line number Diff line number Diff line change 6
6
before script :
7
7
- npm install -g gulp
8
8
script :
9
- - gulp build:src
9
+ - gulp build:src
10
+ - npm run coveralls
Original file line number Diff line number Diff line change @@ -161,5 +161,5 @@ same as SimpleSelect but use `this.refs.multiSelectInstance.values()` to get the
161
161
* ` npm install `
162
162
* ` gulp `
163
163
* visit ` localhost:8000 `
164
- * ` npm test ` , ` npm run-script coverage ` for unit tests & coverage
164
+ * ` npm test ` , ` npm run coverage ` for unit tests & coverage
165
165
* for production build/test run ` MINIFY=true gulp `
Original file line number Diff line number Diff line change 5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha test/index.ls --compilers ls:livescript" ,
8
- "coverage" : " istanbul cover _mocha -- test/index.ls --require should --compilers ls:livescript"
8
+ "coverage" : " istanbul cover _mocha -- test/index.ls --require should --compilers ls:livescript" ,
9
+ "coveralls" : " istanbul cover _mocha -- test/index.ls --require should --compilers ls:livescript && cat coverage/lcov.info | coveralls"
9
10
},
10
11
"author" : " Furqan Zafar" ,
11
12
"dependencies" : {
19
20
"brfs" : " ^1.4.1" ,
20
21
"browserify" : " ^9.0.3" ,
21
22
"browserify-shim" : " ^3.8.10" ,
23
+ "coveralls" : " ^2.11.4" ,
22
24
"gulp" : " ^3.8.11" ,
23
25
"gulp-connect" : " ^2.2.0" ,
24
26
"gulp-if" : " ^1.2.5" ,
32
34
"jsdom" : " ^3.1.2" ,
33
35
"liveify" : " ^2.0.0" ,
34
36
"livescript" : " ^1.4.0" ,
37
+ "mocha" : " ^2.3.3" ,
38
+ "mocha-lcov-reporter" : " ^1.0.0" ,
35
39
"nib" : " ^1.1.0" ,
36
40
"react-tools" : " ^0.13.3" ,
37
41
"should" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments