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 16