1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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