docs(ci server): typo fix

This commit is contained in:
Lewis Cowper 2015-05-04 12:42:00 +01:00 committed by Christoph Witzko
parent 785e7f7b3b
commit 3b921a63c5

View File

@ -106,7 +106,7 @@ env:
# Grant the token repo/public_repo scope (all others can be deselected)
# You should encrypt this:
# `travis encrypt GH_TOKEN=<token> --add`
global: GH_TOKEN=<github-access-token-with-acceess-to-your-repo>
global: GH_TOKEN=<github-access-token-with-access-to-your-repo>
deploy:
provider: npm
email: <your-npm-mail@example.com>