From 4b19d3508a1d6891170c7db4c2e38e48911e8ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 30 Aug 2021 09:17:49 +0200 Subject: [PATCH] chore: remove travis --- .travis.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 020242b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: node_js - -node_js: - - 8 - - 10 - -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1 - - export PATH="$HOME/.yarn/bin:$PATH" - -script: - - cd example && yarn - - cd ../ && yarn && yarn ci - -notifications: - email: false - -cache: - yarn: true - directories: - - 'node_modules'