rubyx/.travis.yml

13 lines
272 B
YAML
Raw Normal View History

before_install:
- sudo apt-get install -y qemu
2019-08-18 10:07:39 +02:00
- sudo apt-get install -y binutils-arm-linux-gnueabi
- gem install bundler --version '2.0.1'
language: ruby
script:
2017-04-14 13:38:23 +02:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
- 2.4.6
- 2.5.5
- 2.6.3