Last change
on this file since 6fe77af was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
334 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.