Skip to content

Commit 3506c8a

Browse files
committed
chore(ci): upgrade to node@6
1 parent 5bb9fd4 commit 3506c8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "4"
4+
- "6"
55

66
sudo: false
77
env:
@@ -13,8 +13,6 @@ env:
1313
- HOOKKEY=Y7RVPi20qOKQg4Lp8CyY35Lq
1414
- STATUS_TARGET_USER_ID=57d7b3c28a51a2004eb9b31d
1515
- FILE_ID=577258d732070000567dea7e
16-
before_install:
17-
- if [[ `npm -v` != 3* ]]; then npm i -g npm; fi
1816
install:
1917
- npm install -g codecov
2018
- npm install

0 commit comments

Comments
 (0)