dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

auto build unicode categories #21

Open waleedsamy opened 8 years ago

waleedsamy commented 8 years ago

pre install you shoul remove all secret from .travis.yml and generate yours by next script

node_modules/.bin/travis-encrypt --add -r dodo/node-unicodetable GH_REF=github.com/dodo/node-unicodetable.git
node_modules/.bin/travis-encrypt --add -r dodo/node-unicodetable GH_USER=dodo
# token is generated from https://github.com/settings/tokens
node_modules/.bin/travis-encrypt --add -r dodo/node-unicodetable GH_TOKEN={TOKEN}

how it work

this pull request will resolve issues #16 #18 #19