1
0
Fork 0
mirror of https://github.com/nishiki/is_master.git synced 2024-10-27 01:53:16 +00:00
is_master/.travis.yml

14 lines
228 B
YAML

language: ruby
dist: precise
rvm:
- 2.4.2
- 2.3.5
- 2.2.8
- 2.1.10
install:
- bundle install
- gem build is_master.gemspec
- gem install is_master-$(cat VERSION).gem
script:
- rubocop
- ruby ./test/test_cli.rb