Skip to content

Commit bba2063

Browse files
committed
Try fixing Travis build for tags
1 parent 7e2575a commit bba2063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ script:
4646
export typo3DatabaseHost="localhost";
4747
export typo3DatabaseUsername="root";
4848
export typo3DatabasePassword="";
49+
mkdir -p .Build/var/lock
4950
find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo "Running functional test suite {}"; .Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml {}'
5051
5152
jobs:

0 commit comments

Comments
 (0)