Skip to content

Commit 7e01aff

Browse files
committed
fix(travis-ci): bump node version
1 parent d3aba32 commit 7e01aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "4"
6+
- "6"
77

88
sudo: required
99
dist: trusty

0 commit comments

Comments
 (0)