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

Enable HTML report in Travis build

parent 7199f7ad
Branches
No related tags found
No related merge requests found
......@@ -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
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment