remove sudo from autobahn installation (#198)

there's a conflict with a globally-installed python package
This commit is contained in:
Andrew Stanton-Nurse 2017-02-14 09:57:35 -08:00 committed by GitHub
parent 82cbda4a9a
commit 9889ab1bd7
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ branches:
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl python; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
install:
- sudo pip install autobahntestsuite "six>=1.9.0"
- pip install autobahntestsuite "six>=1.9.0"
script:
- ./build.sh --quiet verify