Skip to content

Commit b0b21d5

Browse files
authored
Merge pull request #77 from themasch/update-node-versions
test(ci): Drop Node v0.10.x & v0.12.x, add 8.x.x
2 parents f106d67 + 9ae02b3 commit b0b21d5

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)