File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ notifications:
77node_js :
88 - ' 9'
99after_success :
10- - npm run travis-deploy-once "npm run semantic-release"
10+ - npm run travis-deploy-once "npm run coveralls && npm run semantic-release"
1111branches :
1212 except :
1313 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 88 "commitmsg" : " validate-commit-msg" ,
99 "commit" : " git-cz" ,
1010 "semantic-release" : " semantic-release" ,
11- "travis-deploy-once" : " travis-deploy-once"
11+ "travis-deploy-once" : " travis-deploy-once" ,
12+ "coveralls" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
1213 },
1314 "repository" : {
1415 "type" : " git" ,
1516 "url" : " https://github.com/Almouro/react-native-formik.git"
1617 },
17- "keywords" : [" react-native" , " formik" , " forms" ],
18+ "keywords" : [
19+ " react-native" ,
20+ " formik" ,
21+ " forms"
22+ ],
1823 "dependencies" : {
1924 "lodash" : " 4.17.5" ,
2025 "recompose" : " ^0.26.0"
3035 "babel-jest" : " ^22.4.1" ,
3136 "babel-preset-react-native" : " 4.0.0" ,
3237 "commitizen" : " ^2.9.6" ,
38+ "coveralls" : " ^3.0.0" ,
3339 "cz-conventional-changelog" : " ^2.1.0" ,
3440 "enzyme" : " ^3.3.0" ,
3541 "enzyme-adapter-react-16" : " ^1.0.0" ,
3945 "react-dom" : " 16.2.0" ,
4046 "react-native" : " 0.53.0" ,
4147 "semantic-release" : " ^15.0.2" ,
42- "validate-commit-msg " : " ^2.14 .0" ,
43- "travis-deploy-once " : " ^4.4 .0"
48+ "travis-deploy-once " : " ^4.4 .0" ,
49+ "validate-commit-msg " : " ^2.14 .0"
4450 },
4551 "config" : {
4652 "commitizen" : {
Original file line number Diff line number Diff line change @@ -1791,6 +1791,16 @@ cosmiconfig@^4.0.0:
17911791 parse-json "^4.0.0"
17921792 require-from-string "^2.0.1"
17931793
1794+ coveralls@^3.0.0 :
1795+ version "3.0.0"
1796+ resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.0.tgz#22ef730330538080d29b8c151dc9146afde88a99"
1797+ dependencies :
1798+ js-yaml "^3.6.1"
1799+ lcov-parse "^0.0.10"
1800+ log-driver "^1.2.5"
1801+ minimist "^1.2.0"
1802+ request "^2.79.0"
1803+
17941804crc@3.3.0 :
17951805 version "3.3.0"
17961806 resolved "https://registry.yarnpkg.com/crc/-/crc-3.3.0.tgz#fa622e1bc388bf257309082d6b65200ce67090ba"
@@ -4015,7 +4025,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
40154025 version "3.0.2"
40164026 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
40174027
4018- js-yaml@^3.7.0, js-yaml@^3.9.0 :
4028+ js-yaml@^3.6.1, js-yaml@^3. 7.0, js-yaml@^3.9.0 :
40194029 version "3.11.0"
40204030 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
40214031 dependencies :
@@ -4176,6 +4186,10 @@ lcid@^1.0.0:
41764186 dependencies :
41774187 invert-kv "^1.0.0"
41784188
4189+ lcov-parse@^0.0.10 :
4190+ version "0.0.10"
4191+ resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
4192+
41794193left-pad@^1.1.3, left-pad@^1.2.0 :
41804194 version "1.2.0"
41814195 resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.2.0.tgz#d30a73c6b8201d8f7d8e7956ba9616087a68e0ee"
@@ -4357,6 +4371,10 @@ lodash@^3.5.0:
43574371 version "3.10.1"
43584372 resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
43594373
4374+ log-driver@^1.2.5 :
4375+ version "1.2.7"
4376+ resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
4377+
43604378longest@^1.0.1 :
43614379 version "1.0.1"
43624380 resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
You can’t perform that action at this time.
0 commit comments