Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
rgladwell edited this page Oct 27, 2014 · 2 revisions

The m2e-android project uses Travis to continuously integrate its code. To help diagnose issues with Travis, we have added a Vagrant image and provisioning script that simulates a Travis CI build.

To use this please follow these steps:

  1. Install Vagrant.
  2. Execute vagrant up.

You can then get screenshots by logging into a stalling instance as follows:

$ vagrant ssh
$ sudo apt-get install imagemagick
$ cd /vagrant
$ import -display :99 -window root screenshot.png
Clone this wiki locally