Files
seasonedShows/.travis.yml

15 lines
235 B
YAML

{
'dist': 'trusty',
'language': 'node_js',
'node_js': '8.7.0',
'cache': 'yarn',
'scripts': [
npm run test
],
'before_install': [
'cd seasoned_api',
],
'before_script': 'yarn',
'os': 'linux',
}