diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3b608bd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: node_js -node_js: - - "10" - - "12" - - "13" - -cache: yarn - -script: - # --color and --runInBand are necessary to ensure that `colors` work correctly - - yarn test --coverage --runInBand --color