rubyx/.travis.yml

8 lines
118 B
YAML
Raw Normal View History

language: ruby
sudo: false
script:
2017-04-14 14:38:23 +03:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
2016-12-06 15:22:22 +02:00
- 2.3.3