Skip to content

Commit

Permalink
Remove sudo from gem command since ruby isn't root-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
envp committed Feb 14, 2016
1 parent 49ba3bc commit a20d08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ script:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgsl0-dev
- sudo gem update && sudo gem install bundler
- gem update && gem install bundler

0 comments on commit a20d08b

Please sign in to comment.