Skip to content

Commit 8f85811

Browse files
authored
Merge pull request #1824 from mathjax/1820
[travis] update encrypted deploy key
2 parents c28de84 + 79e7465 commit 8f85811

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
language: node_js
22
node_js:
3-
- '5'
3+
- stable
44
sudo: false
55
script:
6-
- npm install
7-
- npm test
6+
- npm install
7+
- npm test
88
branches:
99
only:
10-
- master
11-
- /^\d+\.\d+/
10+
- "/^\\d+\\.\\d+/"
1211
deploy:
1312
provider: npm
1413
1514
api_key:
16-
secure: q7e4haV9hAHng28w6EBnOc6ptorxjxeATW6ZocYiPk68To3IUHMt615rzyotfA5TBCcPJyeUJiqNcuUXbh+r8HmER4bJsjaGMpETPSkdvzQ1bYg2EJEvT6V/xc+sRGoj5ri/F2uH99AYnF99IugjeWvjpp5F5z370fJIMiUmXX8=
15+
secure: inYGps+hr2lFFtZ93ee0InerDO+ljwsHM7qBGUCwTfEZyvAbaZ8Xa/tkLc/s/IdhzEW79ZTTL/kd/r+SIoTAYqsSOCYtN+lvcK0fLxfzSaTVmr9E44UStz63Yl5wDPD8iq4ultQVLDp3Rbdo5KL9aMWKawA/pNV+QPpawXuUfkk=
1716
on:
1817
tags: true

0 commit comments

Comments
 (0)