From 18262ce8d21e2168dd3f24eb462b341525816083 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 16 Feb 2017 09:33:45 +0100 Subject: [PATCH] Disable visual regression tests until less flaky --- .travis.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5d83512f..9ed51253c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: