Added travis support to api.
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
'dist': 'trusty',
|
||||
'language': 'node_js',
|
||||
'node_js': '6.9.5',
|
||||
'cache': 'yarn',
|
||||
'scripts': [
|
||||
npm run test
|
||||
],
|
||||
'before_install': [
|
||||
'cd seasoned_api',
|
||||
],
|
||||
'before_script': 'yarn',
|
||||
'os': 'linux',
|
||||
}
|
||||
Reference in New Issue
Block a user