From: Dan Marsden Date: Thu, 9 Mar 2017 00:14:00 +0000 (+1300) Subject: attempt to speed up travis by selectively running some tests. X-Git-Url: http://cameron1729.xyz/?a=commitdiff_plain;h=f32cc34da62cbd71c2500d524db2a85e98c20e54;p=moodle-mod_attendance.git attempt to speed up travis by selectively running some tests. --- diff --git a/.travis.yml b/.travis.yml index aef891c..a71beb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ php: - 7.0 matrix: - fast_finish: true allow_failures: - php: 5.6 # travis seems to fail on adding activity - doesn't fail when running behat locally. @@ -34,9 +33,9 @@ script: - > if [ "$TASK" = 'PHP' ]; then - - moodle-plugin-ci phplint - - moodle-plugin-ci phpcpd - - moodle-plugin-ci phpmd + moodle-plugin-ci phplint + moodle-plugin-ci phpcpd + moodle-plugin-ci phpmd fi - > if [ "$TASK" = 'codecheck' ]; @@ -49,7 +48,6 @@ script: - moodle-plugin-ci shifter - moodle-plugin-ci jshint - moodle-plugin-ci validate - fi - -- moodle-plugin-ci phpunit -- moodle-plugin-ci behat + - moodle-plugin-ci phpunit + - moodle-plugin-ci behat + fi \ No newline at end of file