From f2e773780db2ae9fb508471818921b44e81a697d Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Thu, 27 Sep 2018 20:42:51 -0400 Subject: [PATCH] Updated relative paths in call to download-xs.sh for travis --- tools/ci/travis-before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/travis-before-script.sh b/tools/ci/travis-before-script.sh index d5ee1331a..c810a4a4d 100755 --- a/tools/ci/travis-before-script.sh +++ b/tools/ci/travis-before-script.sh @@ -6,4 +6,4 @@ set -ex sh -e /etc/init.d/xvfb start # Download NNDC HDF5 data, ENDF/B-VII.1 distribution, multipole library -sh /download-xs.sh +sh ./tools/ci/download-xs.sh