diff --git a/.travis.yml b/.travis.yml index a1f22ab50..84b06e8a2 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 04c45871e..794378687 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 "$@"