Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Feb 3, 2018
1 parent 57b7f8a commit 9417638
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 @@ -17,10 +17,10 @@ cache:
directories:
- $HOME/.npm
after_success: npm run test:cov
before_deploy: git checkout -- .
deploy:
provider: script
script:
- git checkout -- .
- git config --global user.email "${GH_EMAIL}"
- git config --global user.name "${GH_NAME}"
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
Expand Down

0 comments on commit 9417638

Please sign in to comment.