Skip to content

Commit a581d76

Browse files
build: only run on node 10 (#130)
1 parent dc49f77 commit a581d76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '9'
9-
- '8'
10-
- '6'
11-
- '4'
8+
- '10'
129
after_success:
1310
- npm run semantic-release
1411
branches:

0 commit comments

Comments
 (0)