Added travis support to api.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,4 @@
|
||||
env
|
||||
shows.db
|
||||
|
||||
yarn.lock
|
||||
*/yarn.lock
|
||||
*/package-lock.json
|
||||
|
||||
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',
|
||||
}
|
||||
2403
seasoned_api/yarn.lock
Normal file
2403
seasoned_api/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user