Use full path to sinatra-contrib build dir

This commit is contained in:
Zachary Scott 2016-07-23 13:16:16 +09:00
parent 24ea61b24c
commit e9c4580a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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