Sfoglia il codice sorgente

Minor - travis tests

Yannick Warnier 10 anni fa
parent
commit
ac417a2af0
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

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