From 8e35ec1ecd6f9b85d34ae6e523fd19922c8ea54e Mon Sep 17 00:00:00 2001 From: Dave Stephens Date: Wed, 10 Feb 2021 23:54:11 +0000 Subject: [PATCH] Remove Travis CI --- .travis.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5514ca1f..00000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ ---- -dist: focal -language: python - -services: docker - -env: - - playbook: nas.yml - distro: ubuntu2004 - test_syntax: true - test_playbook: false - test_idempotence: false - -before_install: - - sudo apt-get -y install ansible - -install: - - sudo apt install ansible - - pip install ansible-lint - - pip install mkdocs - - pip install mkdocs-material - -script: - - ansible-lint ${PWD}/nas.yml -x 106,208 - - ${PWD}/tests/test.sh - - mkdocs build - -deploy: - provider: pages - skip-cleanup: true - local-dir: site/ - github-token: $GHPAGES - keep-history: true - on: - branch: master - -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/bd52710d464f2b82036b - on_success: change - on_failure: always - on_start: never