Skip to content

Commit 5b72629

Browse files
iliyaZelenkomactanxin
authored andcommitted
fix(docs): new travis CLI interface (vuejs#5126)
At the moment this is done like this: https://github.com/travis-ci/travis.rb#env
1 parent 33779ac commit 5b72629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
9090
3. Generate a GitHub [access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
9191
with repo permissions.
9292

93-
4. Grant the Travis job access to your repository: `travis set GITHUB_TOKEN=xxx`
93+
4. Grant the Travis job access to your repository: `travis env set GITHUB_TOKEN xxx`
9494
(`xxx` is the personal access token from step 3.)
9595

9696
5. Create a `.travis.yml` file in the root of your project.

0 commit comments

Comments
 (0)