mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed parse errors in .travis.yml
This commit is contained in:
parent
a9e7a5d421
commit
521ef0b8ee
@ -38,7 +38,6 @@ git:
|
|||||||
# Cache dependencies
|
# Cache dependencies
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
yarn: true
|
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
@ -63,12 +62,15 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
|
|
||||||
# Build release and docker image and send to PyPI and Docker Hub.
|
# Build release and docker image and send to PyPI and Docker Hub.
|
||||||
- python: 2
|
- node_js: 5
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
# If we're not on a release branch, exit early and indicate success
|
# 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
|
# Perform build
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user