aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Travis CI: Build PRs oncePaweł Bylica2018-01-301-0/+4
|
* add blockchain test linting to travisJared Wasinger2017-08-261-2/+8
|
* add schema for state test fillerscdetrio2017-08-081-0/+1
|
* validate.js takes schema file as argumentcdetrio2017-08-081-1/+1
|
* make travis use node8Jared Wasinger2017-08-081-1/+1
|
* make error output more informative. Make schema more comprehensive. Add ↵Jared Wasinger2017-08-081-1/+1
| | | | exit code of -1 upon failure
* use JS for json schema validation because the Node 'jsonschema' library is ↵Jared Wasinger2017-08-081-3/+6
| | | | the only one (that I have found) to correctly handle 'additionalProperties' as a boolean (https://spacetelescope.github.io/understanding-json-schema/reference/object.html)
* add schema validation with Travis integration.Jared Wasinger2017-08-081-0/+3
|
* Made check not throw errors with | catmaaktweluit2017-06-061-1/+1
|
* Update travis.yml with Filler excludemaaktweluit2017-06-061-2/+2
| | | | | - Excluded *Filler.json from checking - Excluded *Filler.json from linting - Updated check output to print all "lines not starting with "./" and the line before" containing the affected file and error close together.
* Add automated lintingKonrad Feldmeier2016-06-231-0/+8
In order to avoid issues like #105 trigger build