Skip to content

Instantly share code, notes, and snippets.

@justinsantoro
Created February 3, 2019 19:14
Show Gist options
  • Save justinsantoro/86ae2e4a1d834e366aa66dd9fea8cb40 to your computer and use it in GitHub Desktop.
Save justinsantoro/86ae2e4a1d834e366aa66dd9fea8cb40 to your computer and use it in GitHub Desktop.
Install travis-cli on Ubuntu for Windows 10
$ suco apt-get update
$ sudo apt-get install python-software-properties
$ sudo apt-add-repository ppa:brightbox/ruby-ng
$ sudo apt-get update
$ sudo apt-get install ruby2.1 ruby-switch ruby2.1-dev
$ sudo ruby-switch --set ruby2.1
$ sudo gem install travis -v 1.8.9 --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment