Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci-19.sh - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f876ec1d399e8c42a22f8405ae85f74d749e4b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

echo "*********************************************************************************" &&
echo "*                            ruby 1.9.2-p0 build                                *" &&
echo "*     Runs tests we can't run on travis because their VMs are a bit puny.       *" &&
echo "*********************************************************************************" &&
echo "" &&
rm -f Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.9.2-p0@diaspora --create &&
bundle install &&
CI=true bundle exec rake ci:hard_things