mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
22 lines
438 B
YAML
22 lines
438 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.4.1
|
|
- 2.3.4
|
|
- 2.2.7
|
|
- 2.1.10
|
|
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/init.rb
|
|
- ruby ./test/test_config.rb
|
|
- ruby ./test/test_item.rb
|
|
- ruby ./test/test_mpw.rb
|
|
- ruby ./test/test_translate.rb
|
|
- ruby ./test/init.rb
|
|
- ruby ./test/test_cli.rb
|