1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-22 02:40:04 +00:00
mpw/.travis.yml

14 lines
220 B
YAML
Raw Normal View History

2016-11-10 23:57:16 +01:00
language: ruby
rvm:
- 2.3.1
- 2.2.5
- 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