source: trip-planner-front/node_modules/retry/.travis.yml@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 334 bytes
Line 
1language: node_js
2node_js:
3 - "4"
4before_install:
5 - pip install --user codecov
6after_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.