Skip to content
Extraits de code Groupes Projets
Bifurcation depuis ARISE / matrix-appservice-discord
52 validations de retard le dépôt en amont.
.travis.yml 669 o
dist: xenial
language: node_js
install: yarn

cache:
  directories:
    - node_modules

jobs:
  include:
    - stage: lint
      script: yarn lint
      node_js: "14"
    - stage: unit tests
      script: yarn test
      node_js: "12"
    - node_js: "14"
    - stage: coverage
      script: yarn coverage
      node_js: "14"

# NOTE: This is unused atm
# notifications:
#    webhooks:
#        urls:
#            - "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MEhhbGYtU2hvdCUzQWhhbGYtc2hvdC51ay8lMjFxUE5PblVzTnNaclRvRlpxeEIlM0FoYWxmLXNob3QudWs"
#        on_success: change  # always|never|change
#        on_failure: always
#        on_start: never