소스 검색

Minor - travis tests

Yannick Warnier 10 년 전
부모
커밋
0746e931ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -44,7 +44,7 @@ before_script:
 script:
   # - phpunit -c tests/phpunit
   # pwd shows /home/travis/build/chamilo/chamilo-lms
-  - mysql -h localhost -u chamilo -pchamilo chamilo -e 'show tables;' > list.txt
+  - mysql -u root chamilo -e 'show tables;' > list.txt
   - cat list.txt
   - ls -la main/inc/conf/
   - cd tests && ../vendor/behat/behat/bin/behat -v