testin travis

This commit is contained in:
Torsten Rüger 2019-08-18 11:07:39 +03:00
parent 15d1c07a1c
commit 3fa696b527
2 changed files with 3 additions and 0 deletions

View File

View File

@ -1,8 +1,11 @@
before_install:
- sudo apt-get install -y qemu
- sudo apt-get install -y binutils-arm-linux-gnueabi
language: ruby
before_install: gem install bundler --version '2.0.1'
script:
- qemu-arm -version
- arm-linux-gnu-ld -v
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm: