From be187dc5cc9cda36449a0bea56ef0edaea9b67de Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Sat, 18 Sep 2021 12:27:28 +0200 Subject: [PATCH] ci: remove .travis.yml --- .travis.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8145b2e8..00000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: python -python: 3.7 -env: TRAVIS_NODE_VERSION=10 -dist: xenial -sudo: true -branches: - only: - - master -install: - - "pip install -U pip" - - "pip install "werkzeug<1.0" - - "pip install git+https://github.com/lektor/lektor#egg=Lektor" - - "pip install "werkzeug<1.0" -script: - - "lektor build" -cache: - directories: - - $HOME/.cache/pip - - $HOME/.cache/lektor/builds -deploy: - provider: script - script: lektor deploy production - on: - branch: master -addons: - ssh_known_hosts: flow.srv.pocoo.org - -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/f0c538cdfc9883f81e34