From 9889ab1bd77946b8462eba1302b4b9b65b15a621 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 14 Feb 2017 09:57:35 -0800 Subject: [PATCH] remove sudo from autobahn installation (#198) there's a conflict with a globally-installed python package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a218b46bf..a171bd6192 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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