1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Fixed parse errors in .travis.yml

This commit is contained in:
squidfunk 2017-02-24 18:45:48 +01:00 committed by Martin Donath
parent a9e7a5d421
commit 521ef0b8ee

View File

@ -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: