Forgot to update the node version in travis config file.

This commit is contained in:
2017-12-20 22:27:20 +01:00
parent 93e43d9954
commit 54eca33dfa

View File

@@ -1,7 +1,7 @@
{
'dist': 'trusty',
'language': 'node_js',
'node_js': '6.9.5',
'node_js': '8.7.0',
'cache': 'yarn',
'scripts': [
npm run test
@@ -11,4 +11,4 @@
],
'before_script': 'yarn',
'os': 'linux',
}
}