From 7199f7ad6cdb31c9511caec3b5e45fd344027479 Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Fri, 10 Feb 2017 14:54:57 +0100
Subject: [PATCH] Try to fix artifact paths

---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dbd54ba0..bd9abe88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,10 @@ matrix:
   include:
     - node_js: 5
       addons:
-        artifacts: true
+        artifacts:
+          debug: true
+          paths:
+            $HOME/gemini-report/*
         apt:
           sources:
             - ubuntu-toolchain-r-test
-- 
GitLab