aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Makefile, .travis.yml: test sanitation of VMTests via python fileEverett Hildenbrandt2018-06-021-9/+2
| | | | | - disallow the sol and md files in src/VMTestsFiller - only handling VMTests currently, because of massive formatting changes needed
* test.py, .travis.yml: allow both JSON and YAML formatted testsEverett Hildenbrandt2018-06-021-1/+1
|
* .travis.yml: make fail earlierEverett Hildenbrandt2018-06-011-4/+4
|
* .travis.yml: enable checking that tests are filled correctlyEverett Hildenbrandt2018-06-011-1/+4
|
* .travis.yml: format files using test.py and check no diff as testEverett Hildenbrandt2018-06-011-5/+5
| | | | this is quicker than the original find command which spun up a new python process each test
* .travis.yml: switch to using test.py for validating test schemasEverett Hildenbrandt2018-05-311-12/+4
|
* Better dup key validatorYoichi Hirai2018-03-211-1/+1
|
* Do not check files in node_modulesYoichi Hirai2018-03-201-2/+2
|
* Check for duplicate keys in JSON objectsYoichi Hirai2018-03-191-1/+1
|
* 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