Skip to content

Commit

Permalink
sudo removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Feb 13, 2020
1 parent 89106e2 commit 5bda5a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,7 +1,9 @@
language: php
dist: bionic

sudo: required
os:
- linux

dist: bionic

services:
- mysql
Expand Down Expand Up @@ -52,7 +54,8 @@ install:
- moodle-plugin-ci install

script:
- /home/travis/build/moodle/vendor/bin/phpunit --colors=always --testsuite tool_dataprivacy_testsuite,tool_policy_testsuite,core_privacy_testsuite
- /home/travis/build/moodle/vendor/bin/phpunit "provider_testcase" /home/travis/build/moodle/privacy/tests/provider_test.php
- /home/travis/build/moodle/vendor/bin/phpunit "tool_dataprivacy_expired_contexts_testcase" /home/travis/build/moodle/admin/tool/dataprivacy/tests/expired_contexts_test.php
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd
- moodle-plugin-ci phpmd
Expand Down

0 comments on commit 5bda5a3

Please sign in to comment.