mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-24 22:45:43 -04:00
initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
|
||||
after_success:
|
||||
- npm run coverage
|
||||
- npm i coveralls
|
||||
- cat ./coverage/lcov.info | coveralls
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
Reference in New Issue
Block a user