From c8ffa5203afdedd71c96c872e1910c7b7c9cda5e Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Fri, 10 Feb 2017 10:50:34 +0100
Subject: [PATCH] Travis must build non-optimized assets due to pseudo classes

---
 .travis.yml             | 2 +-
 scripts/test/visual/run | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a1f22ab5..84b06e8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ matrix:
       env:
         - CXX=g++-4.8
       install: yarn install
-      script: yarn run test:visual:run -- --no-clean
+      script: yarn run test:visual:run
 
 # Limit clone depth to 5, to speed up build
 git:
diff --git a/scripts/test/visual/run b/scripts/test/visual/run
index 04c45871..79437868 100755
--- a/scripts/test/visual/run
+++ b/scripts/test/visual/run
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
 fi
 
 # Run command
-`npm bin`/gulp tests:visual:run --clean "$@"
+`npm bin`/gulp tests:visual:run --clean --no-optimize "$@"
-- 
GitLab