Skip to content
Snippets Groups Projects
Commit c8ffa520 authored by squidfunk's avatar squidfunk
Browse files

Travis must build non-optimized assets due to pseudo classes

parent f1ee7add
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ matrix: ...@@ -41,7 +41,7 @@ matrix:
env: env:
- CXX=g++-4.8 - CXX=g++-4.8
install: yarn install 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 # Limit clone depth to 5, to speed up build
git: git:
......
...@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then ...@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
fi fi
# Run command # Run command
`npm bin`/gulp tests:visual:run --clean "$@" `npm bin`/gulp tests:visual:run --clean --no-optimize "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment