1
0
Fork 0
mirror of https://github.com/nishiki/swapus.git synced 2024-10-26 18:23:19 +00:00
swapus/.travis.yml

14 lines
230 B
YAML

language: ruby
dist: precise
rvm:
- 2.5.0
- 2.4.3
- 2.3.6
install:
- bundle install
- gem build swapus.gemspec
- gem install swapus-$(cat VERSION).gem
script:
- rubocop
- swapus
- swapus -v | grep $(cat VERSION)