Skip to content

Instantly share code, notes, and snippets.

@zchee
Forked from miyagawa/gist:d1a0ea5eae25da7841f3
Last active August 29, 2015 14:26
Show Gist options
  • Save zchee/e2625c448eb6d76f6a14 to your computer and use it in GitHub Desktop.
Save zchee/e2625c448eb6d76f6a14 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ "$1" = "open" ]; then
REPO=`git remote -v | grep origin | perl -nle '/github\.com:(\S*)\.git/ && print $1' | head -1`
open "https://travis-ci.org/$REPO"
exit
fi
rbenv exec travis "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment