Skip to content

Commit 9ae02b3

Browse files
committed
test(ci): Drop Node v0.10.x & v0.12.x, add 8.x.x
BREAKING CHANGE: This drops support Node v0.10.x, and v0.12.x while adding Node v8.x.x, as v9.x.x is now stable.
1 parent f106d67 commit 9ae02b3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: node_js
2-
sudo: false
32
node_js:
43
- stable
4+
- 8
55
- 6
66
- 4
7-
- "0.12"
8-
- "0.10"
9-
branches:
10-
only:
11-
- master
12-
script: npm test
7+
script:
8+
- npm test

0 commit comments

Comments
 (0)