rubyx/.travis.yml
Torsten Rüger 6547b1608d Ok, any fail makes it go red, now i know
also making command configurable as they seem different on ubuntu (16?) 
than fedora 30 (and who knows where else)
2019-08-18 15:30:52 +03:00

13 lines
272 B
YAML

before_install:
- sudo apt-get install -y qemu
- sudo apt-get install -y binutils-arm-linux-gnueabi
- gem install bundler --version '2.0.1'
language: ruby
script:
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
- 2.4.6
- 2.5.5
- 2.6.3