Skip to content

Commit

Permalink
fix issue with Travis CI by opting into v2 deployment tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Feb 17, 2020
1 parent e0361d7 commit afaf518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
script: npm run build-gh-release
deploy:
provider: releases
api_key: $GITHUB_TOKEN
edge: true
api_token: $GITHUB_TOKEN
file_glob: true
file: ./dist/nhsuk-frontend-*.zip
skip_cleanup: true
Expand All @@ -60,6 +61,7 @@ jobs:
name: publish to npm
deploy:
provider: npm
edge: true
email: $NPM_EMAIL
api_key: $NPM_API_KEY
on:
Expand Down

0 comments on commit afaf518

Please sign in to comment.