From cf03308f5eab85e061735c4c4d294385eadb0f6b Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Fri, 30 Dec 2016 14:17:17 -0500 Subject: [PATCH] Attempt to fix travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1c7c1c..78f3090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ php: before_install: - export PATH=$HOME/.local/bin:$PATH - - pip install autobahntestsuite --user `whoami` - - pip list autobahntestsuite --user `whoami` + - pip install autobahntestsuite + - pip list autobahntestsuite before_script: - composer install