mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
17
node_modules/is-expression/.travis.yml
generated
vendored
Normal file
17
node_modules/is-expression/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "5"
|
||||
|
||||
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