From d8be177d2f388cd64ca69e410b85f54541e81768 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Fri, 29 Apr 2016 12:47:59 -0300 Subject: [PATCH] wip42 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e626d5ec1..712506928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ install: before_script: - cp .env_dev .env - npm install -g bower - - python manage.py bower install -script: ./test_and_check_qa.sh \ No newline at end of file +script: + - python manage.py bower install + - ./test_and_check_qa.sh \ No newline at end of file