Skip to content

Commit

Permalink
remove the --without-gems as install is fixed, close #1108
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 11, 2012
1 parent 7bc8f78 commit 8b61bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ install: gem install tf -v '>=0.4.1'
before_script:
- rvm alias delete default
- hash -r
- ./install --without-gems=rvm
- ./install
- rvm-smile
- git submodule init
- git submodule update
Expand Down
2 changes: 1 addition & 1 deletion scripts/functions/installer
Expand Up @@ -436,7 +436,7 @@ install_gemsets()
then
__rvm_sed_i ~/.rvmrc -e 's/^rvm_without_gems=.*$/rvm_without_gems="'"${rvm_without_gems}"'"/'
else
echo "rvm_without_gems=\"${rvm_without_gems}\"" >> ~/.rvmrc
printf "%b" "\nrvm_without_gems=\"${rvm_without_gems}\"\n" >> ~/.rvmrc
fi
fi
}
Expand Down

0 comments on commit 8b61bc7

Please sign in to comment.