mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Disable visual regression tests until less flaky
This commit is contained in:
parent
769727e886
commit
18262ce8d2
36
.travis.yml
36
.travis.yml
@ -27,24 +27,24 @@ node_js:
|
|||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
|
|
||||||
# Build visual tests separately
|
# Build visual tests separately - temporary disabled until tests are stable
|
||||||
matrix:
|
# matrix:
|
||||||
include:
|
# include:
|
||||||
- node_js: 5
|
# - node_js: 5
|
||||||
addons:
|
# addons:
|
||||||
artifacts:
|
# artifacts:
|
||||||
paths:
|
# paths:
|
||||||
- gemini-report
|
# - gemini-report
|
||||||
apt:
|
# apt:
|
||||||
sources:
|
# sources:
|
||||||
- ubuntu-toolchain-r-test
|
# - ubuntu-toolchain-r-test
|
||||||
packages:
|
# packages:
|
||||||
- gcc-4.8
|
# - gcc-4.8
|
||||||
- g++-4.8
|
# - g++-4.8
|
||||||
env:
|
# env:
|
||||||
- CXX=g++-4.8
|
# - CXX=g++-4.8
|
||||||
install: yarn install
|
# install: yarn install
|
||||||
script: yarn run test:visual:run
|
# script: yarn run test:visual:run
|
||||||
|
|
||||||
# Limit clone depth to 5, to speed up build
|
# Limit clone depth to 5, to speed up build
|
||||||
git:
|
git:
|
||||||
|
Loading…
Reference in New Issue
Block a user