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
Branches
Tags
Loading
......@@ -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:
......
......@@ -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 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment