diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 86f87026586948208cd74e5061d6d61e113567b7..0000000000000000000000000000000000000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -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