Update readme and travis config.

This commit is contained in:
Roger A. Light 2016-03-11 21:55:33 +00:00
parent bf959ef9b0
commit a3ec9dca8a
2 changed files with 8 additions and 7 deletions

View File

@ -8,6 +8,8 @@ os:
script: make ; make test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev uuid-dev libuuid1 xsltproc docbook-xsl
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev uuid-dev libuuid1 xsltproc docbook-xsl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pkg-config cmake c-ares openssl libwebsockets ; fi

View File

@ -1,5 +1,5 @@
Mosquitto
=========
Eclipse Mosquitto
=================
Mosquitto is an open source implementation of a server for version 3.1 and
3.1.1 of the MQTT protocol.
@ -12,9 +12,8 @@ See the following links for more information on MQTT:
Mosquitto project information is available at the following locations:
- Main homepage: <http://mosquitto.org/>
- Find existing bugs: <https://bugs.eclipse.org/bugs/buglist.cgi?product=Mosquitto>
- Submit a bug: <https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mosquitto>
- Source code repository: <http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/>
- Find existing bugs or submit a new bug: <https://github.com/eclipse/mosquitto/issues>
- Source code repository: <https://github.com/eclipse/mosquitto>
There is also a public test server available at <http://test.mosquitto.org/>