Browse Source

fixes build with database schema upgrade at installation time (wronc command name)

Damien ACCORSI 9 years ago
parent
commit
cbcdd0af0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml View File

21
   - "pip install -r install/requirements.txt; echo"
21
   - "pip install -r install/requirements.txt; echo"
22
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
22
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
23
   - "pip install coveralls"
23
   - "pip install coveralls"
24
-  - "cd tracim && gearbox migration upgrade"
24
+  - "cd tracim && gearbox migrate upgrade"
25
   
25
   
26
 before_script:
26
 before_script:
27
   - "psql -c 'create database tracim_test;' -U postgres"
27
   - "psql -c 'create database tracim_test;' -U postgres"