Minor - travis tests

1.10.x
Yannick Warnier 11 years ago
parent c8a29696e8
commit ac417a2af0
  1. 3
      .travis.yml

@ -44,6 +44,7 @@ before_script:
script: script:
# - phpunit -c tests/phpunit # - phpunit -c tests/phpunit
# pwd shows /home/travis/build/chamilo/chamilo-lms # 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/ - ls -la main/inc/conf/
- cd tests && ../vendor/behat/behat/bin/behat -v - cd tests && ../vendor/behat/behat/bin/behat -v

Loading…
Cancel
Save