mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Specify BUNDLE_GEMFILE to make sure sinatra-contrib's is used
This commit is contained in:
parent
e9c4580a2d
commit
0388a8167d
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ echo "Running sinatra tests..."
|
|||
bundle exec rake
|
||||
|
||||
echo "Running sinatra-contrib tests..."
|
||||
cd $TRAVIS_BUILD_DIR/sinatra-contrib
|
||||
export BUILDIR=$TRAVIS_BUILD_DIR/sinatra-contrib
|
||||
export BUNDLE_GEMFILE=$BUILDIR/Gemfile
|
||||
cd $BUILDIR
|
||||
bundle install --jobs=3 --retry=3
|
||||
bundle exec rake
|
||||
|
|
Loading…
Reference in a new issue