Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-27 15:01:38 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-27 15:07:31 +0300
commitb63bfaa145691d63aacb2ebdaef313675f98ba98 (patch)
tree130dc1527d9d52b4289af199b28c391663942b46 /.travis.yml
parent9cb6257f49dd1e501d8ba37ec0f6c60c45535bbd (diff)
Add bootstrap.php and phpunit.xml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 02dfc81..a4fb3a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_install:
script:
# Test lint
- - cd ../core/apps/password_policy
+ - cd ../server/apps/password_policy
- find . -name \*.php -exec php -l "{}" \;
# Run phpunit tests