Skip to content

Commit

Permalink
Merge pull request #565 from mdn/travis-packaging
Browse files Browse the repository at this point in the history
Add npm as a deployment provider to travis
  • Loading branch information
jwhitlock committed Oct 30, 2017
2 parents 0e7f577 + 041ba90 commit 5d3ec57
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
@@ -1,5 +1,12 @@
language: node_js
node_js: stable
sudo: false
notifications:
email: false
language: node_js
node_js: stable
sudo: false
notifications:
email: false
deploy:
provider: npm
email: mdn-npm@mozilla.com
api_key: $NPM_TOKEN
on:
tags: true
repo: mdn/browser-compat-data

0 comments on commit 5d3ec57

Please sign in to comment.