-
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omnibus of script changes and CI (#132)
* 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
Showing
14 changed files
with
1,134 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
run: | ||
migration: npm run-script nuke-and-replace-db |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.