From 96cc3730a72f8712e945fd41c46e9903fe5e0736 2015-12-12 17:13:44 From: Jan Kaluza Date: 2015-12-12 17:13:44 Subject: [PATCH] Instal sleekxmpp using pip --- diff --git a/.travis.yml b/.travis.yml index 3be81adcfdcb3682ca88fc34fba75b4411fe37bb..02265332d0ec48a84225d71c3f03eb558a59cfb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - echo "deb http://swift.im/packages/ubuntu/trusty development main" | sudo tee -a /etc/apt/sources.list - sudo apt-get update -qq - sudo apt-get install -y --force-yes ngircd libswiften-dev libprotobuf-dev protobuf-compiler pidgin-dev liblog4cxx10-dev libpopt-dev libboost-dev libboost-signals-dev libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-date-time-dev libcppunit-dev - - pip install sleekxmpp + - sudo pip install sleekxmpp script: - cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON . && make libtransport_test && ./src/libtransport_test && cd ./spectrum/src/tests && python -V && python irc_test.py notifications: