diff --git a/.travis.yml b/.travis.yml index a1f22ab500fd99dc3e0f7959767059282da01a57..84b06e8a237a0b8d3d00b7fb748102b951623574 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 04c45871e6ecab1d8862a8fc17af9a462658b5a1..79437868740f14ddbca66b4f8e0bf1fb82f02f42 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 "$@"