Browse Source

Fails only in travis ? AppVeyor passed

Oz Tiram 6 năm trước cách đây
mục cha
commit
c6bb1fd0aa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -19,6 +19,7 @@ before_script:
   - mongo pwmantest --eval 'db.createUser({user:"tester",pwd:"12345678",roles:["readWrite"]});'
 
 before_install:
+  - test -d ~/.pwman && rm -vR ~/.pwman 
   - sudo apt-get update -qq
   - sudo apt-get install python-psycopg2 python3-psycopg2
   - sudo apt-get install python-mysqldb