This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 4738fdaf8c543505b207234b8cee759dc1ba9fd5 Author: Randall Leeds <[email protected]> AuthorDate: Sat Jun 22 17:27:21 2024 -0700 Remove Travis files --- .gitattributes | 1 - .travis.yml | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5f64f2d..705821c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,4 @@ /.husky export-ignore /.lintstagedrc export-ignore /.ratignore export-ignore -/.travis.yml export-ignore /repolinter.json export-ignore diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bff13ad..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: focal -language: node_js -node_js: node - -before_deploy: - - git fetch --unshallow - - git checkout main - -deploy: - provider: npm - edge: true - run_script: publish:ci - on: - branch: main
