.travis.yml | 3 ++- test/shaping/tests/hangul-jamo.tests | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-)
New commits: commit a68f2b62c1f24009993911b1dbcb76b821e58c51 Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 1 17:05:58 2014 -0400 [travis] Give coveralls a hand diff --git a/.travis.yml b/.travis.yml index 4c8ee62..8d20278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ script: - make - make check after_success: + - rm -f src/.libs/NONE.gcov # coveralls chokes on this - coveralls after_failure: - true commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418 Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 1 17:03:26 2014 -0400 [travis] Disable clang for now diff --git a/.travis.yml b/.travis.yml index 58725eb..4c8ee62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp compiler: - - clang + #- clang - gcc before_install: - sudo apt-get install pkg-config ragel gtk-doc-tools # for autogen.sh commit 715f27f85f97fee13b119f60037db5c139489ee6 Author: Behdad Esfahbod <[email protected]> Date: Wed Oct 1 16:53:00 2014 -0400 [test] Fixup test diff --git a/test/shaping/tests/hangul-jamo.tests b/test/shaping/tests/hangul-jamo.tests index 7c1ef6b..667a1cc 100644 --- a/test/shaping/tests/hangul-jamo.tests +++ b/test/shaping/tests/hangul-jamo.tests @@ -1,11 +1,2 @@ -[gid64252=0+920|gid64568=0+0] -[gid3=0+920|gid4=0+0] -win/util/hb-view.exe --viewr uniscribe -[gid64252=0+920|gid64568=0+0] -[gid3=0+920|gid4=0+0] -win/util/hb-shape.exe --shaper uniscribe -win/util/hb-view.exe --viewr uniscribe -[gid64252=0+920|gid64568=0+0] -[gid3=0+920|gid4=0+0] fonts/sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf:U+115F,U+11A2:[gid3=0+920|gid4=0+0] fonts/sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf:U+11A2:[gid1=0+920] _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
