Commit f1e29c8a authored by Bi-Ruei, Chiu's avatar Bi-Ruei, Chiu

Temporarily remove 'make check' from .travis.yml

Travis CI failed due to weird reason :

  The log length has exceeded the limit of 4 MB \
  (this usually means that the test suite is raising \
  the same exception over and over).

  The job has been terminated

A temporary solution is removing `make check` and
only perform `make distcheck` to reduce log size.
parent c46137bd
...@@ -9,7 +9,6 @@ script: ...@@ -9,7 +9,6 @@ script:
- autoreconf -iv - autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage - ./configure --enable-Werror --enable-code-coverage
- make -j8 - make -j8
- make check
- make distcheck - make distcheck
after_success: after_success:
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info - test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment