Commit b03d4c32d31cddc2664940da69dd8e4ad2b73ab2
1 parent
5386b39f
Exists in
web_steps_improvements
and in
9 other branches
travis: upload snapshots of failing selenium scenarios
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -24,6 +24,9 @@ addons: | @@ -24,6 +24,9 @@ addons: | ||
24 | - libreadline-dev | 24 | - libreadline-dev |
25 | - libsqlite3-dev | 25 | - libsqlite3-dev |
26 | - libxslt1-dev | 26 | - libxslt1-dev |
27 | + artifacts: | ||
28 | + paths: | ||
29 | + - $(ls tmp/artifact* | tr "\n" ":") | ||
27 | 30 | ||
28 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 31 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
29 | before_install: | 32 | before_install: |