Skip to content

Instantly share code, notes, and snippets.

@jarun
Created June 5, 2016 19:00
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save jarun/df5d864f0b2600564c9bc13cfaca7497 to your computer and use it in GitHub Desktop.
Save jarun/df5d864f0b2600564c9bc13cfaca7497 to your computer and use it in GitHub Desktop.
How to install Travis CI locally on Ubuntu 16.04
sudo apt install ruby ruby-dev
sudo gem install travis
# install path: /var/lib/gems/
@yakobu
Copy link

yakobu commented Aug 15, 2018

Thanks =)

@marcuxyz
Copy link

Ty

@cristicristi7
Copy link

love u

@jgbellin
Copy link

jgbellin commented Feb 9, 2019

this could be usefull if u can't build native extensions (worked for me)

@graingert
Copy link

I had the same problem than you. I was in a clean Ubuntu box.

In the end I was able to build travis-cli after installing these dependencies:

* ruby-dev

* gcc

* libffi-dev

* make

Regards,

Dante

@graingert
Copy link

sudo apt install ruby-dev libffi-dev make gcc
sudo gem install travis
# install path: /var/lib/gems/

@AlphaWong
Copy link

sudo apt install ruby-dev libffi-dev make gcc
sudo gem install travis
# install path: /var/lib/gems/

It works well. thx man

@cnscorpions
Copy link

try

@jmpgdev
Copy link

jmpgdev commented Mar 28, 2020

Thanks

@alex4108
Copy link

alex4108 commented May 9, 2020

Thank you!!

@cordiz84
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment