add automated arm tests

This commit is contained in:
Torsten Ruger
2018-06-23 15:58:43 +03:00
parent ce79617875
commit 87be6bf9d5
5 changed files with 97 additions and 15 deletions

View File

@ -13,6 +13,7 @@ group :test do
gem "simplecov"
gem "minitest-color"
gem 'minitest-fail-fast'
gem "net-ssh"
end
group :development do