Browse Source

wip38

pull/386/head
Eduardo Calil 10 years ago
parent
commit
e4b8bc7eaf
  1. 2
      .travis.yml

2
.travis.yml

@ -18,7 +18,7 @@ install:
before_script:
- cp .env_dev .env
- npm install -g bower
- bower install
- ./manage.py bower install
- manage.py migrate
script: ./test_and_check_qa.sh
Loading…
Cancel
Save