Travis gh pages: remove node recommendation

This commit is contained in:
Rico Sta. Cruz 2015-02-26 14:17:35 +08:00
parent e189ce7c57
commit 8891118276
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ Taken from https://medium.com/@nthgergo/publishing-gh-pages-with-travis-ci-53a82
Use https://github.com/settings/tokens/new Use https://github.com/settings/tokens/new
```sh ```sh
# via node
npm install travis-encrypt -g
travis-encrypt -r user/repo GH_TOKEN=[the token here]
# via ruby # via ruby
gem install travis gem install travis
travis encrypt -r user/repo GH_TOKEN=[the token here] travis encrypt -r user/repo GH_TOKEN=[the token here]