1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Zachary Scott 2016-07-23 12:47:55 +09:00
parent d17ff10167
commit 24ea61b24c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
set -ev
echo "Running sinatra tests..."
bundle install --jobs=3 --retry=3
bundle exec rake
echo "Running sinatra-contrib tests..."

View file

@ -24,7 +24,7 @@ rvm:
- jruby-9.1.0.0
- jruby-head
script: .travis.sh
script: ./.travis.sh
sudo: false