Forgot to update the node version in travis config file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
'dist': 'trusty',
|
'dist': 'trusty',
|
||||||
'language': 'node_js',
|
'language': 'node_js',
|
||||||
'node_js': '6.9.5',
|
'node_js': '8.7.0',
|
||||||
'cache': 'yarn',
|
'cache': 'yarn',
|
||||||
'scripts': [
|
'scripts': [
|
||||||
npm run test
|
npm run test
|
||||||
|
|||||||
Reference in New Issue
Block a user