Added travis support to api.

This commit is contained in:
2017-12-20 20:46:15 +01:00
parent a51a78bc71
commit 790f5d6588
3 changed files with 2417 additions and 2 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,4 @@
env
shows.db
yarn.lock
*/yarn.lock
*/package-lock.json

14
.travis.yml Normal file
View 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

File diff suppressed because it is too large Load Diff