diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d230e407..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -# language: node_js -# cache: -# yarn: true -# directories: -# - node_modules -# git: -# depth: 3 -# jobs: -# include: -# - stage: test -# node_js: '10' -# install: -# - yarn install --ignore-engines -# script: -# - yarn coveralls -# branches: -# except: -# - /^v\d+\.\d+\.\d+$/