Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Aug 17, 2018
1 parent 79babc5 commit 745c129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js:
- '4' # https://github.com/nodebox/opentype.js/pull/251#issuecomment-272175882
- '10'
deploy:
provider: npm
email: [email protected]
api_key:
secure: kY5M8vLhDDQjGypwAyAWDjmdCHi4iuNQ2y+fms3OckN3lu6T2X+VLoXN4o1dj7uoSEhBd/bywOTPeqhTWHd6tcE3gLqtJ1/reoVKIRBfBwvZEBPkFKmPD7yZec9FMlZGEj9VcaAItUTxBJXc3tP3iElnsgbRaj7TTvPYjMDVn48=
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
on:
tags: true
repo: nodebox/opentype.js

0 comments on commit 745c129

Please sign in to comment.