Projekt

Obecné

Profil

Stáhnout (334 Bajtů) Statistiky
| Větev: | Revize:
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
(2-2/8)