From dab683c346ea6dde61cf4749c5619263b331bdee Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Thu, 7 Aug 2014 16:26:34 +0200 Subject: [PATCH] [FIX] $HOME/product-attribute should no longer be needed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39f2ddfeb2d..48cb839795a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: - travis_run_flake8 - - travis_run_tests $HOME/product-attribute + - travis_run_tests after_success: coveralls