rubyx/.travis.yml

11 lines
209 B
YAML
Raw Normal View History

language: ruby
sudo: false
cache: bundler
script:
2015-07-18 12:06:42 +02:00
- CODECLIMATE_REPO_TOKEN=e778c5658e8488a37795ec48f8c6990135f7a2ec35ceadc2e816a4ed1e3f20ab ruby test/test_all.rb
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0