From 521ef0b8ee48be3af32fc3fa335c121675cf0597 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Feb 2017 18:45:48 +0100 Subject: [PATCH] Fixed parse errors in .travis.yml --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49e8490e7..780d8a3d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,6 @@ git: # Cache dependencies cache: pip: true - yarn: true directories: - node_modules @@ -63,12 +62,15 @@ matrix: include: # Build release and docker image and send to PyPI and Docker Hub. - - python: 2 + - node_js: 5 services: - docker # If we're not on a release branch, exit early and indicate success - before_install: [[ $TRAVIS_BRANCH" =~ ^[0-9.]+$ ]] && exit 0 + before_install: "[[ $TRAVIS_BRANCH =~ ^[0-9.]+$ ]] && exit 0" + + # Don't install anything, as we're only using the pre-built files + install: ":" # Perform build script: