Skip to content

Commit

Permalink
Merge pull request #83 from yast/travis_sle12_fix
Browse files Browse the repository at this point in the history
Install "ruby-dev" before installing Ruby gems (SLE12)
  • Loading branch information
lslezak committed Apr 9, 2015
2 parents 8affb58 + 8548661 commit d17f608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis-tools/travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ while getopts ":p:g:" opt; do
;;
# install Ruby gems
g)
# install Ruby headers (needed to compile binary gems)
sudo apt-get install ruby-dev
sudo gem install $OPTARG
;;
\?)
Expand Down

0 comments on commit d17f608

Please sign in to comment.