rubyx/.travis.yml

8 lines
118 B
YAML
Raw Normal View History

language: ruby
sudo: false
script:
2017-04-14 13:38:23 +02:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
- 2.3.7