Skip to content

Instantly share code, notes, and snippets.

@nooperpudd
Created April 2, 2018 06:40
Show Gist options
  • Save nooperpudd/dfb12b44200fccf6769b559f1303d797 to your computer and use it in GitHub Desktop.
Save nooperpudd/dfb12b44200fccf6769b559f1303d797 to your computer and use it in GitHub Desktop.
$ gem update --system # 这里请翻墙一下
$ gem -v
2.6.3
$ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
$ gem sources -l
https://gems.ruby-china.org
# 确保只有 gems.ruby-china.org
@nooperpudd
Copy link
Author

nooperpudd commented Apr 2, 2018

travis encrypt --add deploy.password

input password

@nooperpudd
Copy link
Author

gem install travis -v 1.8.8 --no-rdoc --no-ri

@nooperpudd
Copy link
Author

brew install travis

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