Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Push coverage on ruby version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thorin committed Apr 27, 2015
1 parent 184ab97 commit acb4fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ run_tests()

pushd $REDMINE_DIR 1> /dev/null

if [ "$REDMINE" == "master" ] && [ "$RUBY_VERSION" == "2.2.0" ]; then
if [ "$REDMINE" == "master" ] && [ "$RUBY_VERSION" == "2.2.2" ]; then
bundle exec rake redmine:plugins:ldap_sync:coveralls:test $TRACE
else
bundle exec rake redmine:plugins:ldap_sync:test $TRACE
Expand Down

0 comments on commit acb4fa6

Please sign in to comment.