Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 20d5928

Browse files
committed
update .travis.yml
1 parent 85ed80d commit 20d5928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ before_install:
2626
- ln -s $TRAVIS_BUILD_DIR $REDMINE_PATH/plugins/$PLUGIN_NAME
2727
- cp config/database.yml.travis $REDMINE_PATH/config/database.yml
2828
- if [[ $(ruby --version | awk '{print $2}') < 2.1 ]]; then
29-
echo "gem 'nokogiri', '= 1.5.11'" >> $REDMINE_PATH/Gemfile;
30-
sed -ri 's/("selenium-webdriver")/\1, "= 2.53.4"/' $REDMINE_PATH/Gemfile; fi
29+
echo "gem 'nokogiri', '= 1.5.11'" >> $REDMINE_PATH/Gemfile; fi
30+
- sed -ri 's/("selenium-webdriver")/\1, "= 2.53.4"/' $REDMINE_PATH/Gemfile
3131
- cd $REDMINE_PATH
3232
- if [[ $REDMINE_VER < '3.2-stable' ]]; then
3333
echo "$(curl http://www.redmine.org/projects/redmine/repository/revisions/14891/diff/trunk/lib/tasks/redmine.rake?format=diff)" > redmine.rake.patch;

0 commit comments

Comments
 (0)