diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 996b424847e8..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: node_js - -node_js: - - 'lts/*' - -branches: - only: - - master - -install: yarn - -cache: - yarn: true - directories: - - '.eslintcache' - - 'node_modules' - -script: - - yarn build:js - - yarn run test-ci-partial