mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
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