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

Enable HTML report in Travis build

parent 7199f7ad
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ matrix: ...@@ -35,7 +35,7 @@ matrix:
artifacts: artifacts:
debug: true debug: true
paths: paths:
$HOME/gemini-report/* ./gemini-report/*
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
......
...@@ -93,7 +93,7 @@ export default (gulp, config, args) => { ...@@ -93,7 +93,7 @@ export default (gulp, config, args) => {
/* Start Gemini and return runner upon finish */ /* Start Gemini and return runner upon finish */
return new Gemini(gemini).test(`${config.tests.visual}/suites`, { 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 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