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