diff --git a/.travis.yml b/.travis.yml index d875d4ad8..e626d5ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: services: - postgresql - addons: postgresql: "9.3.12" @@ -19,5 +18,6 @@ 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