Skip to content

Commit

Permalink
Merge pull request #81 from yast/travis
Browse files Browse the repository at this point in the history
install "ruby-dev" before installing Ruby gems
  • Loading branch information
lslezak committed Mar 25, 2015
2 parents 7b0c53c + 48c1602 commit b75e23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis-tools/travis_setup.sh
Expand Up @@ -49,6 +49,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 b75e23c

Please sign in to comment.