Skip to content

Commit a9ff37a

Browse files
committed
CHANGED: Run CI on the latest and the LTS node releases both in Travis and AppVeyor.
1 parent b40cc55 commit a9ff37a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22

33
node_js:
44
- "lts/*"
5-
- "8"
5+
- "node"
66

77
before_install:
88
- npm install -g npm@6

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
environment:
22
matrix:
3-
- nodejs_version: '8'
4-
- nodejs_version: '6'
3+
- nodejs_version: 'LTS'
4+
- nodejs_version: 'Current'
55

66
install:
7+
- node --version
8+
- npm --version
79
- ps: Install-Product node $env:nodejs_version
810
- set CI=true
911
- npm install --global npm@latest

0 commit comments

Comments
 (0)