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:
2016-12-06 14:22:22 +01:00
- 2.3.3