Skip to content

Commit 6c610b4

Browse files
authored
Use NODE=stable tag over specific version (#598)
1 parent 2e44bc0 commit 6c610b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ script:
1515
- npm run test-cov
1616

1717
env:
18-
1918
- NODE=6 TYPESCRIPT=typescript@latest
20-
- NODE=8 TYPESCRIPT=typescript@latest
21-
- NODE=8 TYPESCRIPT=typescript@next
19+
- NODE=stable TYPESCRIPT=typescript@latest
20+
- NODE=stable [email protected]
21+
- NODE=stable TYPESCRIPT=typescript@next
2222

2323
node_js:
2424
- stable

0 commit comments

Comments
 (0)