We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c28de84 + 79e7465 commit 8f85811Copy full SHA for 8f85811
.travis.yml
@@ -1,18 +1,17 @@
1
language: node_js
2
node_js:
3
- - '5'
+- stable
4
sudo: false
5
script:
6
- - npm install
7
- - npm test
+- npm install
+- npm test
8
branches:
9
only:
10
- - master
11
- - /^\d+\.\d+/
+ - "/^\\d+\\.\\d+/"
12
deploy:
13
provider: npm
14
email: [email protected]
15
api_key:
16
- secure: q7e4haV9hAHng28w6EBnOc6ptorxjxeATW6ZocYiPk68To3IUHMt615rzyotfA5TBCcPJyeUJiqNcuUXbh+r8HmER4bJsjaGMpETPSkdvzQ1bYg2EJEvT6V/xc+sRGoj5ri/F2uH99AYnF99IugjeWvjpp5F5z370fJIMiUmXX8=
+ secure: inYGps+hr2lFFtZ93ee0InerDO+ljwsHM7qBGUCwTfEZyvAbaZ8Xa/tkLc/s/IdhzEW79ZTTL/kd/r+SIoTAYqsSOCYtN+lvcK0fLxfzSaTVmr9E44UStz63Yl5wDPD8iq4ultQVLDp3Rbdo5KL9aMWKawA/pNV+QPpawXuUfkk=
17
on:
18
tags: true
0 commit comments