Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Forked from drogus/install-artifacts.sh
Last active December 10, 2015 22:58
Show Gist options
  • Save BanzaiMan/4505880 to your computer and use it in GitHub Desktop.
Save BanzaiMan/4505880 to your computer and use it in GitHub Desktop.
#!/bin/bash
pushd /tmp
git clone https://github.com/BanzaiMan/travis-artifacts.git
cd travis-artifacts
git checkout travis_errors
gem build travis-artifacts.gemspec
gem install travis-artifacts*.gem
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment