Skip to content

Commit

Permalink
Update Node in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 30, 2019
1 parent d130952 commit 915ebb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: node_js
os:
- windows
- linux
- windows
- linux
node_js:
- lts/boron
- node
- lts/dubnium
- node
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: k+DEY/rTQHmcbjcEQrATzQDUcnlGpE8oA6FG6+vMTGve70Dfcx24IzrfOgU0Zwi8XmpBdcUx2wEcOPgPeYUu8ZsTe3yfEuS7wt2OU1qFsyJusem7BBtB3dpXnQbrvOJiI+nYyk7bpRXvdQntO//gtYqVLN5f5P5AR8xMzttfqwiO1zofdgKAIK82tAwLfFY1xGJ/52TJdMAikrhqvoBBEP1sPAluR0JDAAKmOtjyro385CEZKC9Lw3AIAMkfXAvwMqxMinZI5ph2o+0YSzPUZcjd9AXzmEMwaV9XOpxqLcvBBuUt9opP4NNOvYUVwKFOjSfe7M/EoYmjQNChRoasZ09p+UZg63I9VkG4Ooau3xswNcSv5SXwQISD4du75zYAGJNMP/VwVh3D8Dw3T7a9oGNSnQOfGHXK0dGQIosf0FFnNqC6YNE/Vb8dTTx34SaDaDRMW51znDh/NBNk6i3dD4kmO3OyLcVJkNdGLiAJfYx+gbbjLv0v03zWe64G5qUz4xlVQby2QXWREDDPlVvRdu6Yxiyet0fVYP0l4ZIRPnWPV6QRKeHSZmoxFuGAGs7e3iUaUgYWKT8lylCdZUxO30KATlV8AX7IezzWM2nRNTQ8Q6DELr6jI/JY1zdflmeoN9fyG2q8pMgnBIwAQj0wmiEDinng7qEtdu4SXeKwRCw=
file:
- "to-vfile.js"
- "to-vfile.min.js"
- 'to-vfile.js'
- 'to-vfile.min.js'
on:
tags: true

0 comments on commit 915ebb7

Please sign in to comment.