mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Enable HTML report in Travis build
This commit is contained in:
parent
7199f7ad6c
commit
4fc2a6c02e
@ -35,7 +35,7 @@ matrix:
|
||||
artifacts:
|
||||
debug: true
|
||||
paths:
|
||||
$HOME/gemini-report/*
|
||||
./gemini-report/*
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
@ -93,7 +93,7 @@ export default (gulp, config, args) => {
|
||||
|
||||
/* Start Gemini and return runner upon finish */
|
||||
return new Gemini(gemini).test(`${config.tests.visual}/suites`, {
|
||||
reporters: ["flat"].concat(process.env.CI ? [] : ["html"]),
|
||||
reporters: ["flat", "html"],
|
||||
browsers: args.browsers ? [].concat(args.browsers) : null
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user