Travis must build non-optimized assets due to pseudo classes

This commit is contained in:
squidfunk 2017-02-10 10:50:34 +01:00
parent f1ee7add1c
commit c8ffa5203a
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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 "$@"