Skip to content

Commit 2a3a9ce

Browse files
committed
Update Node in Travis
1 parent 718ce68 commit 2a3a9ce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.11'
5-
- '0.12'
63
- '4.0'
7-
- '5.0'
4+
- '7.0'
85
sudo: false
9-
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
6+
after_script: bash <(curl -s https://codecov.io/bash)
107
deploy:
118
- provider: npm
129
1310
api_key:
1411
secure: L2CV9310heZFCuusDtSz7fxjHwpjrokljlMeVbyd/wiBQzy+bIr0RTMD+UxIXolxNEqjec1z9LKn5bx7B9S1oGJW6N22VmyUXBwWKJATptsV/MmO62ab68wJvefuLQKk/m2MbGe5ZwQ2BH9YC6ImKs2L1wp7oOjo1eN2q8S8KeE=
1512
on:
1613
tags: true
17-
node: '5.0'
14+
node: '4.0'
1815
- provider: releases
1916
api_key:
2017
secure: gzvWsnNs268yLRD836U722pOohl51UxxUko05oEUJvjasiR0oqCKdSReF3ggStBerhSbvsiMppPOeRP/nMtzVoA8JnbvgfFJ+0otT5ouBkiIWAZIXrrYR52m2AZ4I2ICBhyZdDwiD7rtRwfA3k9UNc6X2IG0KGgYVOiElOZiwDE=
@@ -23,3 +20,4 @@ deploy:
2320
- "unist-util-inspect.min.js"
2421
on:
2522
tags: true
23+
node: '7.0'

0 commit comments

Comments
 (0)