浏览代码

fixes build with database schema upgrade at installation time

Damien ACCORSI 9 年前
父节点
当前提交
95d0306f6d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml 查看文件

@@ -1,3 +1,4 @@
1
+sudo: false
1 2
 language: python
2 3
 python:
3 4
   - "3.2"
@@ -20,6 +21,7 @@ install:
20 21
   - "pip install -r install/requirements.txt; echo"
21 22
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
22 23
   - "pip install coveralls"
24
+  - "cd tracim && gearbox migration upgrade"
23 25
   
24 26
 before_script:
25 27
   - "psql -c 'create database tracim_test;' -U postgres"