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