mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
How a build is fixed:
https://docs.travis-ci.com/user/customizing-the-build/#Implementing-Complex-Build-Steps /cc #1145
This commit is contained in:
parent
d17ff10167
commit
24ea61b24c
2 changed files with 3 additions and 3 deletions
|
@ -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..."
|
||||
|
|
|
@ -24,7 +24,7 @@ rvm:
|
|||
- jruby-9.1.0.0
|
||||
- jruby-head
|
||||
|
||||
script: .travis.sh
|
||||
script: ./.travis.sh
|
||||
|
||||
sudo: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue