-
-
Save abergmeier/118158eaf93eb312806ceb4d288a7c3f to your computer and use it in GitHub Desktop.
How to install Travis CI locally on Ubuntu 16.04.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y ruby ruby-dev build-essential dh-autoreconf | |
sudo gem install travis | |
# install path: /var/lib/gems/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment