Skip to content

Commit 3ab56a1

Browse files
author
root
committed
Fix Travis tests for SVN repos
1 parent 5aef4e0 commit 3ab56a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: contrib/travis/plugin.sh

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ function install_database() {
6060
function install_gemfile() {
6161
log_title "INSTALL RAILS 4 GEMFILE"
6262
cp "${CONTRIB_DATA_DIR}/gem_files/rails4.gemfile" "${PLUGIN_DIR}/Gemfile"
63+
64+
if [ $USE_SVN == 'true' ] ; then
65+
sed -i "s/gem 'rdoc', '>= 2.4.2'/gem 'rdoc', '~> 4.3'/" "${PLUGIN_DIR}/Gemfile"
66+
fi
67+
6368
log_ok
6469
}
6570

0 commit comments

Comments
 (0)