From e9c4580a2d7e7a27ca81484548e2d0d828d771c5 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 23 Jul 2016 13:16:16 +0900 Subject: [PATCH] Use full path to sinatra-contrib build dir --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 88e9e07e..17fc15c8 100755 --- a/.travis.sh +++ b/.travis.sh @@ -5,6 +5,6 @@ echo "Running sinatra tests..." bundle exec rake echo "Running sinatra-contrib tests..." -cd sinatra-contrib +cd $TRAVIS_BUILD_DIR/sinatra-contrib bundle install --jobs=3 --retry=3 bundle exec rake