rubyx/.travis.yml

14 lines
282 B
YAML
Raw Normal View History

before_install:
- sudo apt-get install -y qemu
2019-08-18 11:07:39 +03:00
- sudo apt-get install -y binutils-arm-linux-gnueabi
2020-03-27 10:13:53 +02:00
- gem install bundler --version '2.1.4'
language: ruby
script:
2017-04-14 14:38:23 +03:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
2020-03-27 10:13:53 +02:00
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0