Update .travis.yml

pull/541/head
Arron Atchison 2017-02-24 12:33:41 -06:00
parent 72af3fdee7
commit ee8820a048
1 changed files with 0 additions and 3 deletions

View File

@ -15,6 +15,3 @@ 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"