Skip to content

Commit 2ae5ea0

Browse files
authored
Merge pull request #44 from smalruby/set_node_js_10_for_travisci
TravisCI上でのnode.jsのバージョンを10に更新
2 parents 5d1bebe + 3b466bb commit 2ae5ea0

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
@@ -4,7 +4,7 @@ dist: trusty
44
addons:
55
chrome: stable
66
node_js:
7-
- 8
7+
- 10
88
env:
99
global:
1010
- NODE_ENV=production

0 commit comments

Comments
 (0)