mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 14:48:37 +00:00
Bumping version to v1.0.3 Removing yarn.lock as this should be built with NPM
9 lines
108 B
YAML
9 lines
108 B
YAML
language: node_js
|
|
node_js:
|
|
- "4"
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
after_script:
|
|
- coveralls < coverage/lcov.info
|