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.
1 parent 3457584 commit 6c2a58dCopy full SHA for 6c2a58d
.travis.yml
@@ -1,15 +1,15 @@
1
language: node_js
2
node_js:
3
-- lts/boron
4
-- node
+ - lts/dubnium
+ - node
5
after_script: bash <(curl -s https://codecov.io/bash)
6
deploy:
7
provider: releases
8
skip_cleanup: true
9
api_key:
10
secure: h+9faOh8EVey1gABDovw5kL9qGqK8Po0INTYEr/RlTWBi1X4wTSO90eMHGdsTFY5x5hn3vN2KwTsCql6xCEV+tgS0O0Mwf7XAxC7xNTaUIpxiN3nYsuKU7Idblf1slLiZ3IE1zneXlI9Jec1TNLeAxqvMbnvIV8UmN2UWPgp0FY=
11
file:
12
- - "mdast-util-heading-range.js"
13
- - "mdast-util-heading-range.min.js"
+ - 'mdast-util-heading-range.js'
+ - 'mdast-util-heading-range.min.js'
14
on:
15
tags: true
0 commit comments