Commit 18010d44 authored by Ian Craggs's avatar Ian Craggs

Try to update OpenSSL on Ubuntu$

parent e4c2ed23
......@@ -2,6 +2,9 @@
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
pwd
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
sudo apt-get update -qq
sudo apt-get install -qq libssl-dev
sudo service mosquitto stop
# Stop any mosquitto instance which may be still running from previous runs
killall mosquitto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment