mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[travis] Oops. Run make check, not make test!
This commit is contained in:
parent
8bdce1cac1
commit
dfb799f575
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ install:
|
|||
- sudo apt-get install libfreetype6-dev # for font fallbacks
|
||||
- sudo apt-get install libglib2.0-dev # for tests / utils
|
||||
- sudo apt-get install libcairo2-dev # for utils
|
||||
script: ./autogen.sh && make && make test
|
||||
script: ./autogen.sh && make && make check
|
||||
notifications:
|
||||
irc: "irc.freenode.org#harfbuzz"
|
||||
email: harfbuzz@lists.freedesktop.org
|
||||
|
|
Loading…
Add table
Reference in a new issue