Disable visual regression tests until less flaky

This commit is contained in:
squidfunk 2017-02-16 09:33:45 +01:00 committed by Martin Donath
parent 769727e886
commit 18262ce8d2

View File

@ -27,24 +27,24 @@ node_js:
- 6
- 7
# Build visual tests separately
matrix:
include:
- node_js: 5
addons:
artifacts:
paths:
- gemini-report
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env:
- CXX=g++-4.8
install: yarn install
script: yarn run test:visual:run
# Build visual tests separately - temporary disabled until tests are stable
# matrix:
# include:
# - node_js: 5
# addons:
# artifacts:
# paths:
# - gemini-report
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-4.8
# - g++-4.8
# env:
# - CXX=g++-4.8
# install: yarn install
# script: yarn run test:visual:run
# Limit clone depth to 5, to speed up build
git: