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:
parent
24ea61b24c
commit
e9c4580a2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue