This might fix travis for mimic, thanks forslund

pull/541/head
Arron Atchison 2017-02-24 12:27:58 -06:00
parent 711433688b
commit 72af3fdee7
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ install:
script:
- pep8 mycroft test
# - ./start.sh unittest --fail-on-error
# for ubuntu precise in travis, that does not provide pkg-config:
pkg-config --exists icu-i18n || export CFLAGS="$CFLAGS -I/usr/include/x86_64-linux-gnu"
pkg-config --exists icu-i18n || export LDFLAGS="$LDFLAGS -licui18n -licuuc -licudata"