Explorar el Código

debugging travis build

Damien ACCORSI hace 9 años
padre
commit
416aaa2663
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml Ver fichero

@@ -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"