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

17 lines
266 B
YAML
Raw Normal View History

2016-11-10 23:57:16 +01:00
language: ruby
rvm:
2017-02-11 19:08:26 +01:00
- 2.4.0
- 2.3.3
- 2.2.6
2016-11-10 23:57:16 +01:00
- 2.1.10
install:
- bundle install
- gem install 'test-unit'
2017-03-30 20:18:49 +02:00
- gem install rubocop
2016-11-10 23:57:16 +01:00
- echo 9999 > VERSION
- gem build mpw.gemspec
- gem install mpw-9999.gem
script:
2017-03-30 20:18:49 +02:00
- rubocop
2016-11-10 23:57:16 +01:00
- ruby ./test/tests.rb