mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
add rubocop test in travis
This commit is contained in:
parent
7eb585726f
commit
2cb8ad4dbe
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@ rvm:
|
|||
install:
|
||||
- bundle install
|
||||
- gem install 'test-unit'
|
||||
- gem install rubocop
|
||||
- echo 9999 > VERSION
|
||||
- gem build mpw.gemspec
|
||||
- gem install mpw-9999.gem
|
||||
script:
|
||||
- rubocop
|
||||
- ruby ./test/tests.rb
|
||||
|
|
Loading…
Add table
Reference in a new issue