Removed log_test from travis because it no longer exists
This commit is contained in:
parent
532093bda5
commit
1ae9169d08
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ script:
|
|||
- "tests/api 2>&1 | grep -vE 'callback result 9|remote_calc->add. 4, 5 .: 9|set callback|] \\.$'"
|
||||
- tests/hmac_test 2>&1 | cat
|
||||
- tests/ecc_test README.md 2>&1 | cat
|
||||
- tests/log_test 2>&1 | cat
|
||||
- 'find CMakeFiles/fc.dir -type d | while read d; do gcov -o "$d" "${d/CMakeFiles*.dir/./}"/*.cpp; done >/dev/null'
|
||||
- 'which sonar-scanner && sonar-scanner || true'
|
||||
- ccache -s
|
||||
|
|
|
|||
Loading…
Reference in a new issue