Skip to content
Snippets Groups Projects
Commit 64853935 authored by murgatroid99's avatar murgatroid99
Browse files

Add Node 6 to the list of recognized compilers in run_tests.py

parent 51d05b29
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ class NodeLanguage(object):
self.config = config
self.args = args
_check_compiler(self.args.compiler, ['default', 'node0.12',
'node4', 'node5'])
'node4', 'node5', 'node6'])
if self.args.compiler == 'default':
self.node_version = '4'
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment