This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
remove useless condition that shows logs
tags/json-c-0.14-20200419
andy5995
6 years ago
parent
b140c473d1
commit
897b49f475
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
.travis.yml
+ 0
- 6
.travis.yml
View File
@@ -94,12 +94,6 @@ script:
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew install doxygen;
fi;
make check;
result=$?;
if [ $result != 0 ]; then
cat tests/*.log;
exit $result;
fi;
make distcheck;
if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi;
fi
Write
Preview
Loading…
Cancel
Save