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

11 lines
199 B
Bash
Raw Normal View History

#!/bin/bash
set -ev
2016-07-22 23:41:22 -04:00
echo "Running sinatra tests..."
bundle exec rake
echo "Running sinatra-contrib tests..."
cd $TRAVIS_BUILD_DIR/sinatra-contrib
2016-07-22 23:41:22 -04:00
bundle install --jobs=3 --retry=3
bundle exec rake