From ded14d04e016ca9c16fe5aed414b5955a331ab7b Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Tue, 3 Jul 2018 17:01:48 -0500 Subject: [PATCH] [upgrade-py-node-build-versions] Upgrading the versions of python and node that are used to build the website. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78dc5306..f29e7550 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python -python: 3.5 +python: 3.7 +env: TRAVIS_NODE_VERSION=10 install: - "pip install -U pip" - "pip install git+https://github.com/lektor/lektor#egg=Lektor"