Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 17, 2015
1 parent c7fbc78 commit 40aaeb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ else
bundle install --path .vendor/bundle
fi

# do not check the accidentaly left _MISSING_TEXTDOMAIN_*.rb files
rm -f _MISSING_TEXTDOMAIN_*
bundle exec rubocop
bundle exec yardoc

bundle exec rake check:pot
rm _MISSING_TEXTDOMAIN_*
rm -f _MISSING_TEXTDOMAIN_*

COVERAGE=1 bundle exec rake test:unit

0 comments on commit 40aaeb0

Please sign in to comment.