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

13 lines
184 B
YAML
Raw Permalink Normal View History

2017-10-06 11:55:43 +00:00
language: ruby
dist: precise
rvm:
- 2.4.2
- 2.3.5
install:
- bundle install
- gem build swapus.gemspec
- gem install swapus-$(cat VERSION).gem
script:
- rubocop
- swapus