rubyx/.travis.yml

14 lines
282 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
2020-03-27 09:13:53 +01:00
- gem install bundler --version '2.1.4'
language: ruby
script:
2017-04-14 13:38:23 +02:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
2020-03-27 09:13:53 +01:00
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0