ruboto/ruboto

View on GitHub
ubuntu_matrix_tests.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

vagrant up ubuntu
vagrant ssh ubuntu -c "mkdir -p ruboto ; rsync -acPuv --exclude adb_logcat.log --exclude /tmp /vagrant/* ruboto/ ; cd ruboto ; TRAVIS=true ./matrix_tests.sh"
vagrant suspend ubuntu