From 0f7d34c5dc7ecfc5a509ebb375e6166745631606 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 16:06:33 +0000 Subject: [PATCH] Use the correct folder --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3367c573..7fbcb12f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: - realpath artifacts: paths: - - $(ls tests/Browser/screenshot/*.png | tr "\n" ":") + - $(ls tests/Browser/screenshots/*.png | tr "\n" ":") services: - postgresql