Browse Source

wip34

pull/386/head
Eduardo Calil 10 years ago
parent
commit
836e2f4d79
  1. 4
      .travis.yml

4
.travis.yml

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