aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-05 22:37:42 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-06 17:00:05 +0300
commit339d1afdba8bb799c0b6efd30884d9f9eab3842b (patch)
treedfccd48fabe3c5c64f25b0c0a69fbdaa675f2ccb /.travis.yml
parentd84bc30857dd0c9687ac5dfb52216b9f24aed308 (diff)
.travis.yml: libqt5xmlpatterns5-dev is needed
See https://ravirnjn.wordpress.com/2015/03/03/installing-buildmlearn-toolkit-on-ubuntu-14-04/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f5a9b96d5..3cdd62985 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ python:
- "2.7"
- "3.5"
install:
- - sudo apt-get install qt5-default -y
+ - sudo apt-get install qt5-default libqt5xmlpatterns5-dev -y
script:
- python setup.py install # --qmake=/path/to/bin/qmake --cmake=/path/to/bin/cmake --openssl=/path/to/openssl/bin