Commit 3b71fff3 authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Removes an extra space incorrectly added to the before_install section

Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent 1527c32e
......@@ -9,7 +9,7 @@ os:
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; brew install openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; brew install openssl ; fi
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir build.paho ; cd build.paho; cmake -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_SAMPLES=TRUE .. ; fi
......
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