1
0
Fork 0
mirror of https://github.com/nishiki/swapus.git synced 2024-11-27 06:23:05 +00:00
swapus/.travis.yml

15 lines
230 B
YAML
Raw Permalink Normal View History

2017-10-06 11:55:43 +00:00
language: ruby
dist: precise
rvm:
- 2.5.0
- 2.4.3
- 2.3.6
2017-10-06 11:55:43 +00:00
install:
- bundle install
- gem build swapus.gemspec
- gem install swapus-$(cat VERSION).gem
script:
- rubocop
- swapus
2018-02-01 22:34:13 +00:00
- swapus -v | grep $(cat VERSION)