Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make travis run tests in islandora modules. #446

Closed
dannylamb opened this issue Dec 6, 2016 · 2 comments
Closed

Make travis run tests in islandora modules. #446

dannylamb opened this issue Dec 6, 2016 · 2 comments

Comments

@dannylamb
Copy link
Contributor

Right now, Travis is configured to only run checkstyle and copy-paste detection. We need to add a command for running unit and functional tests inside our drupal modules to the script Travis executes.

This documentation suggests something like sudo -u www-data php ./core/scripts/run-tests.sh islandora. We don't have sudo on Travis, so we'll have to adjust that somehow to make it run. As long as you have access to your document root while running it should be ok.

@dannylamb
Copy link
Contributor Author

See #20

@DiegoPino
Copy link
Contributor

Solved with 8553541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants