diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8c6b5cac..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: node_js -install: - - yarn install -script: - - yarn lint - - yarn build - - yarn build:binaries - - yarn test -node_js: - - '12' - - '14' -after_success: - - yarn release - - npx ci-scripts slack - - npx ci-scripts github-post -branches: - except: - - /^v\d+\.\d+\.\d+$/