mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
14 lines
230 B
YAML
14 lines
230 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.4.0
|
|
- 2.3.3
|
|
- 2.2.6
|
|
- 2.1.10
|
|
install:
|
|
- bundle install
|
|
- gem install 'test-unit'
|
|
- echo 9999 > VERSION
|
|
- gem build mpw.gemspec
|
|
- gem install mpw-9999.gem
|
|
script:
|
|
- ruby ./test/tests.rb
|