Skip to content

Commit ad60c47

Browse files
committed
Build only on node 8 on travis
This is a front-end library, no need to test on more versions.
1 parent b94420d commit ad60c47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "5"
5-
- "4"
3+
- "8"
64
env:
75
- CXX=g++-4.8
86
addons:

0 commit comments

Comments
 (0)