Browse Source

wip41

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

2
.travis.yml

@ -7,7 +7,6 @@ python:
services: services:
- postgresql - postgresql
addons: addons:
postgresql: "9.3.12" postgresql: "9.3.12"
@ -19,5 +18,6 @@ install:
before_script: before_script:
- cp .env_dev .env - cp .env_dev .env
- npm install -g bower - npm install -g bower
- python manage.py bower install
script: ./test_and_check_qa.sh script: ./test_and_check_qa.sh
Loading…
Cancel
Save