diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4450a80..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: node_js - -node_js: -- 10 -- 12 -- 14 - -before_script: - - npm install - -script: - - npm test - -notifications: - irc: - channels: - - "irc.libera.chat#wikidata-feed" - on_success: change - on_failure: always - template: - - "%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}" -