Skip to content

Commit

Permalink
Merge pull request #52 from smartcar/public
Browse files Browse the repository at this point in the history
fix(ci): Use GH_TOKEN for deployment in public repo.
  • Loading branch information
sankethkatta authored May 7, 2018
2 parents 8ea8efb + 9da45b1 commit 15af6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
include:
- stage: publish
node_js: 8
script: npm run release
script: echo -e "machine github.com\n login $GH_TOKEN" >> ~/.netrc && npm run release

0 comments on commit 15af6ec

Please sign in to comment.