ソースを参照

debugging travis build

Damien ACCORSI 9 年 前
コミット
416aaa2663
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml ファイルの表示

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