Skip to content

Commit

Permalink
Omnibus of script changes and CI (#132)
Browse files Browse the repository at this point in the history
* Drop old scripts, add package.json,  add JSON linting, add DB nuke and replace script

* Forgot to configure the CODEOWNERS right

* I  don't really need that, actually.

* Adding in heroku.yml

* Adding Buildkite

* Switch over to Travis CI

* Hmmm.... does  this do it?

* Fix Travis file

* Trigger Travis

* Remove that

* Trigger Travis

* Does this still run for PRs?

* Trigger Travis

* Quick updates
  • Loading branch information
bagelbits authored Jan 2, 2020
1 parent 2f83b88 commit 2af468c
Show file tree
Hide file tree
Showing 14 changed files with 1,134 additions and 524 deletions.
9 changes: 9 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["plugin:json/recommended-with-comments"],
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
}
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 11

branches:
only:
- master

script:
- npm run lint
77 changes: 0 additions & 77 deletions addsubclasses.js

This file was deleted.

116 changes: 0 additions & 116 deletions fill-in-features.js

This file was deleted.

52 changes: 0 additions & 52 deletions helper.js

This file was deleted.

2 changes: 2 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
run:
migration: npm run-script nuke-and-replace-db
17 changes: 0 additions & 17 deletions namer.js

This file was deleted.

25 changes: 0 additions & 25 deletions objectifier.js

This file was deleted.

Loading

0 comments on commit 2af468c

Please sign in to comment.