mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Travis must build non-optimized assets due to pseudo classes
This commit is contained in:
parent
f1ee7add1c
commit
c8ffa5203a
@ -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
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
`npm bin`/gulp tests:visual:run --clean "$@"
|
`npm bin`/gulp tests:visual:run --clean --no-optimize "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user