We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946c5e4 commit cc34feeCopy full SHA for cc34fee
1 file changed
.travis.yml
@@ -35,6 +35,7 @@ before_install:
35
- travis_retry python3 -m pip install --user pexpect # imported by tools/ci.py
36
- travis_retry python3 -m pip install --user requests # imported by tools/pr.py
37
- travis_retry python3 -m pip install --user pygments
38
+ - travis_retry sudo python3 -m pip install demjson # installs jsonlint => sudo required
39
40
matrix:
41
# do notify immediately about it when a job of a build fails.
@@ -158,6 +159,8 @@ matrix:
158
159
- make clean
160
- make -j2 CXXFLAGS=-funsigned-char testrunner
161
- ./testrunner TestSymbolDatabase
162
+# check .json files
163
+ - find . -name '*.json' -not -path '*/\.*' | xargs jsonlint -s
164
165
# check if dmake needs to be rerun (this job may fail)
166
- name: "rerun dmake?"
0 commit comments