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 d71cc98 commit fbce53eCopy full SHA for fbce53e
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js:
3
-- lts/boron
4
-- node
+ - lts/dubnium
+ - node
5
sudo: false
6
after_script: bash <(curl -s https://codecov.io/bash)
7
deploy:
@@ -10,7 +10,7 @@ deploy:
10
api_key:
11
secure: gzvWsnNs268yLRD836U722pOohl51UxxUko05oEUJvjasiR0oqCKdSReF3ggStBerhSbvsiMppPOeRP/nMtzVoA8JnbvgfFJ+0otT5ouBkiIWAZIXrrYR52m2AZ4I2ICBhyZdDwiD7rtRwfA3k9UNc6X2IG0KGgYVOiElOZiwDE=
12
file:
13
- - "unist-util-inspect.js"
14
- - "unist-util-inspect.min.js"
+ - 'unist-util-inspect.js'
+ - 'unist-util-inspect.min.js'
15
on:
16
tags: true
0 commit comments