From 18981d95caf1cb9e2d0fc859d0bb34893c8e62c7 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 19 Feb 2018 22:34:56 -0500 Subject: [PATCH] ci stuff will always confuses me --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb0d3c0c..d1abf0b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,8 @@ before_install: - sudo apt install -y git script: -- chmod +x ./scripts/ci.linux.sh -- ./scripts/ci.linux.sh +- chmod +x ${TRAVIS_BUILD_DIR}/scripts/ci.linux.sh +- ${TRAVIS_BUILD_DIR}/scripts/ci.linux.sh matrix: fast_finish: true