We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e99aa0 commit f058eecCopy full SHA for f058eec
.travis.yml
@@ -13,7 +13,7 @@ script:
13
- flake8 half_json tests --max-line-length=200
14
- nosetests --cover-package=half_json --with-coverage
15
- python setup.py install
16
- - jsonfixer checks/online.json checks/online.fix.json
+ - jsonfixer checks/oneline.json checks/oneline.fix.json
17
- cd checks && ./runtest.sh
18
19
after_success:
0 commit comments