Skip to content
Snippets Groups Projects
Commit 0cfee351 authored by squidfunk's avatar squidfunk
Browse files

Disable artifacts debug

parent 89c68b03
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ matrix:
- node_js: 5
addons:
artifacts:
debug: true
paths:
- gemini-report
apt:
......
......@@ -314,8 +314,9 @@ gulp.task("tests:visual:clean",
/*
* Open a SauceConnect session for manual testing
*/
gulp.task("tests:visual:session",
load("tests/visual/session"))
gulp.task("tests:visual:session", [
"tests:visual:generate"
], load("tests/visual/session"))
/* ----------------------------------------------------------------------------
* Interface
......
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment