1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/.travis.yml

15 lines
230 B
YAML
Raw Normal View History

2016-11-10 22:57:16 +00:00
language: ruby
rvm:
2017-02-11 18:08:26 +00:00
- 2.4.0
- 2.3.3
- 2.2.6
2016-11-10 22:57:16 +00:00
- 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