Skip to content

Commit 3e59f3f

Browse files
committed
Update Node in Travis
1 parent cd73e07 commit 3e59f3f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
language: node_js
22
node_js:
3-
- '0.11'
4-
- '0.12'
53
- '4.0'
6-
- '5.0'
7-
- '6.0'
8-
after_success:
9-
- bash <(curl -s https://codecov.io/bash)
4+
- '7.0'
5+
after_success: bash <(curl -s https://codecov.io/bash)
106
deploy:
117
- provider: npm
128
139
api_key:
1410
secure: EV/6FQQM4A3Y4FB1BiLEaci8VXj+ZLF7hqIGhhhypZ+ur1mgFLqBtqY/WJit2iOD9xexleuzKlDVc8nsh8ctlA7WYtVdE3RpNVj7JT3AYf3tS0F9+s/aH3Mmup5zZ6qRNhy5hjr5pJFqXswC0BnNFxfDLAmKJYfm2NI5QUtTy40=
1511
on:
1612
tags: true
17-
node: '5.0'
13+
node: '4.0'
1814
- provider: releases
1915
api_key:
2016
secure: GdojWZH0uCo2DguOuk7Zg2okWRsllUFj1Dr9SYAyDYuqSk8kebGtVFhCVVgqdRtQbeARrH8fFJ3r37/ab/1WImfHjru9R0I18udjELbA3nN1FyVyynlSzBhofBzzBSlUQP3RoC1n4zroUuZWTz3h6PQiCwK2jV74/R2a54scQqQ=
@@ -23,4 +19,4 @@ deploy:
2319
- "nlcst-to-string.min.js"
2420
on:
2521
tags: true
26-
node: '6.0'
22+
node: '7.0'

0 commit comments

Comments
 (0)