From fb95b8583c0e8439f2db99af916f00625fabb40a Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Fri, 7 Sep 2018 15:36:03 -0500 Subject: [PATCH] [upgrade-py-node-build-versions] Downgrading to 3.6 in the travis docs. 3.7 doesn't work there without sudo / xenial. --- content/docs/deployment/travisci/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/deployment/travisci/contents.lr b/content/docs/deployment/travisci/contents.lr index df0a3502..56580663 100644 --- a/content/docs/deployment/travisci/contents.lr +++ b/content/docs/deployment/travisci/contents.lr @@ -24,7 +24,7 @@ file into your repository. You can copy paste this over: ```yaml language: python -python: 3.7 +python: 3.6 install: "pip install Lektor" script: "lektor build" deploy: @@ -115,7 +115,7 @@ caching. Adjust your `.travis.yml` file to look like this: ```yaml language: python -python: 3.7 +python: 3.6 cache: directories: - $HOME/.cache/pip @@ -135,7 +135,7 @@ config: ```yaml language: python -python: 3.7 +python: 3.6 cache: directories: - $HOME/.cache/pip