Travis test 11.

This commit is contained in:
Peter Fabian 2018-09-21 19:07:46 +02:00
parent 5be0bdad97
commit e51b578024
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#WORKING_DIR="$PWD"
#cd "$HOME/wordpress"
#ls -l
WORKING_DIR="$PWD"
cd "/tmp/wordpress"
ls -l
phpunit -c phpunit.xml.dist
#cd "$WORKING_DIR"
cd "$WORKING_DIR"