colorls/.travis.yml
2017-06-29 22:44:41 +05:30

16 lines
No EOL
172 B
YAML

language:
ruby
rvm:
- '2.1'
- '2.2'
- '2.3.0'
- '2.4.0'
script:
- bundle exec rubocop
- ruby colorls.rb
install:
- gem install bundler
- bundle install