From af4549e576acc7c1d7276783a3e0590acad69a32 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 14 Dec 2021 10:46:15 +0100 Subject: [PATCH] ci: remove travis --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b26cc13..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: node_js -node_js: - - lts/* -install: - - yarn -script: - - yarn build -deploy: - provider: pages - skip_cleanup: true - local_dir: dist - # A token generated on GitHub allowing Travis to push code on you repository. - # Set in the Travis settings page of your repository, as a secure variable. - github_token: $GITHUB_TOKEN - keep_history: true - on: - branch: main -