diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a0d1ce21c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: node_js -dist: xenial -notifications: - email: false -node_js: - - 10 - - 12 -script: npm run travis -before_install: - - npm i -g npm -branches: - except: - - /^v\d+\.\d+\.\d+$/ -jobs: - include: - - stage: release - node_js: 12 - script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash - - if: (branch = master) AND ( type = push )