Disable artifacts debug

This commit is contained in:
squidfunk 2017-02-10 16:01:38 +01:00
parent 89c68b03f0
commit 0cfee35151
6 changed files with 37 additions and 3 deletions

View File

@ -33,7 +33,6 @@ matrix:
- node_js: 5
addons:
artifacts:
debug: true
paths:
- gemini-report
apt:

View File

@ -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

View File

@ -0,0 +1,9 @@
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>

View File

@ -1 +1,9 @@
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>

View File

@ -0,0 +1,9 @@
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>

View File

@ -1 +1,9 @@
# Suite
<style>
*,
*::before,
*::after {
transition: none !important;
}
</style>