diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3d6faf0f0e..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: node_js -node_js: - - 14 -script: - npm run build - -deploy: - edge: true - provider: pages - token: $GITHUB_TOKEN - keep_history: true - repo: openscd/openscd.github.io - target_branch: master - local_dir: build - on: - branch: main