Browse Source

debugging travis build

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

+ 1 - 1
.travis.yml View File

@@ -26,7 +26,7 @@ before_script:
26 26
   - "psql -c 'create database tracim_test;' -U postgres"
27 27
   - "cp tracim/development.ini.base tracim/development.ini"
28 28
   - "cd tracim && gearbox setup-app -c test.ini"
29
-  - "cd tracim && gearbox migrate -c test.ini upgrade"
29
+  - "gearbox migrate -c test.ini upgrade"
30 30
 
31 31
 # command to run tests
32 32
 script: "cd tracim && nosetests -v --with-coverage --cover-package=tracim --cover-erase"