diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 57122d54bf..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: node_js -node_js: - - '10' - - '8' - - '6' -install: - - npm install -g npx - - npx yarn install --ignore-engines - - npx lerna bootstrap - - npm --version - - yarn --version - - npx --version -script: - - npx yarn build - - node @commitlint/travis-cli/lib/cli.js - - npx yarn lint - - npx yarn deps - - npx yarn test