aswi2020vldc-gitlab/templetes/node_modules/retry/.travis.yml @ 3a515b92
1 |
language: node_js |
---|---|
2 |
node_js: |
3 |
- "4" |
4 |
before_install: |
5 |
- pip install --user codecov |
6 |
after_success: |
7 |
- codecov --file coverage/lcov.info --disable search |
8 |
# travis encrypt [subdomain]:[api token]@[room id]
|
9 |
# notifications:
|
10 |
# email: false
|
11 |
# campfire:
|
12 |
# rooms:
|
13 |
# secure: xyz
|
14 |
# on_failure: always
|
15 |
# on_success: always
|