From 6258f031daed3d7d45ebec93a76d08a4c211aa5d Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 2 May 2018 18:46:13 +0100 Subject: [PATCH] Repoint travis to new scripts location --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13834a812..009e73c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ matrix: # install dependencies install: - - . ./scripts/travis/setup.sh + - . ./util/travis/setup.sh script: - - . ./scripts/travis/compile.sh + - . ./util/travis/compile.sh