Skip to content

Instantly share code, notes, and snippets.

View vr2262's full-sized avatar
👀
ok

Viktor Roytman vr2262

👀
ok
View GitHub Profile
@meatballhat
meatballhat / run-travis-docker-image
Created February 23, 2015 15:37
Travis docker image usage
#!/usr/bin/env bash
set -o errexit
set -o xtrace
# Provide the "language" as $TRAVIS_LANGUAGE or first positional argument. Available languages
# at the time of this writing are:
#
# android
# erlang