Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit bdad2dc

Browse files
committed
drop Node versions < v4 from Travis-CI
1 parent 839bd29 commit bdad2dc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "0.8"
7-
- "0.10"
8-
- "0.12"
9-
- "1"
10-
- "2"
11-
- "3"
126
- "4"
137
- "5"
148
- "6"
@@ -17,8 +11,6 @@ node_js:
1711

1812
install:
1913
- PATH="`npm bin`:`npm bin -g`:$PATH"
20-
# Node 0.8 comes with a too obsolete npm
21-
- if [[ "`node --version`" =~ ^v0\.8\. ]]; then npm install -g npm@1.4.28 ; fi
2214
# Install dependencies and build
2315
- npm install
2416

0 commit comments

Comments
 (0)