Commit 38b3a5e1 authored by Mouse's avatar Mouse

Revert .travis.yml change - rebuild of asn1p_l.c did not help with CI

parent 99db0115
...@@ -24,9 +24,6 @@ before_install: ...@@ -24,9 +24,6 @@ before_install:
script: script:
- autoreconf -iv - autoreconf -iv
- ./configure $CONFIG_FLAGS - ./configure $CONFIG_FLAGS
- touch libasn1parser/*.h
- touch libasn1parser/*.l
- touch libasn1parser/*.y
- make $TASK - make $TASK
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