Browse Source

debugging travis build

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

+ 0 - 1
.travis.yml View File

@@ -23,7 +23,6 @@ install:
23 23
   - "pip install coveralls"
24 24
 
25 25
 before_script:
26
-/home/travis/build/tracim/tracim/tracim/
27 26
   - "psql -c 'create database tracim_test;' -U postgres"
28 27
   - "cp ${TRAVIS_BUILD_DIR}/tracim/development.ini.base ${TRAVIS_BUILD_DIR}/tracim/development.ini"
29 28
   - "cd tracim && gearbox setup-app -c ${TRAVIS_BUILD_DIR}/tracim/test.ini"