Skip to content

Instantly share code, notes, and snippets.

@0xIslamTaha
Created July 2, 2019 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xIslamTaha/240b6f2bda82b2540c9a8282bb9c8741 to your computer and use it in GitHub Desktop.
Save 0xIslamTaha/240b6f2bda82b2540c9a8282bb9c8741 to your computer and use it in GitHub Desktop.
sudo apt-get update && apt-get upgrade
cd ~/builds/
git clone https://github.com/travis-ci/travis-build.git
cd travis-build/
gem sources -a http://rubygems.org
rvm install 2.3.0
rvm --default use 2.3.0
gem install travis
gem install bundler --pre
sed -i 's/https:/http:/g' Gemfile
bundle install
bundler add travis
bundler binstubs travis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment