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