Testing #71

Merged
KevinMidboe merged 2 commits from testing into master 2017-12-20 19:55:18 +00:00
3 changed files with 2417 additions and 2 deletions
Showing only changes of commit 790f5d6588 - Show all commits

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