mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-06-05 15:34:06 +02:00
try to fix travis
This commit is contained in:
parent
ac88afa2e6
commit
901b51109e
@ -73,9 +73,6 @@ script:
|
|||||||
- grunt js-unit
|
- grunt js-unit
|
||||||
# integration tests
|
# integration tests
|
||||||
- grunt php-integration
|
- grunt php-integration
|
||||||
- cd ../../../
|
|
||||||
- ./occ news:verify-install
|
|
||||||
- cd apps/news/js
|
|
||||||
# acceptance tests
|
# acceptance tests
|
||||||
- webdriver-manager update
|
- webdriver-manager update
|
||||||
- sudo chown -R www-data:www-data ../../../data
|
- sudo chown -R www-data:www-data ../../../data
|
||||||
|
@ -290,11 +290,11 @@ module.exports = function (grunt) {
|
|||||||
grunt.registerTask('dev-php-unit', ['watch:phpunit']);
|
grunt.registerTask('dev-php-unit', ['watch:phpunit']);
|
||||||
grunt.registerTask('dev-php-integration', ['watch:phpintegration']);
|
grunt.registerTask('dev-php-integration', ['watch:phpintegration']);
|
||||||
|
|
||||||
grunt.registerTask('js-unit', ['default', 'karma:continuous']);
|
grunt.registerTask('js-unit', ['karma:continuous']);
|
||||||
grunt.registerTask('php-unit', ['phpunit:coverage']);
|
grunt.registerTask('php-unit', ['phpunit:coverage']);
|
||||||
grunt.registerTask('php-integration', ['phpunit:integration']);
|
grunt.registerTask('php-integration', ['phpunit:integration']);
|
||||||
|
|
||||||
grunt.registerTask('acceptance', ['protractor_webdriver', 'connect',
|
grunt.registerTask('acceptance', ['protractor_webdriver', 'connect',
|
||||||
'protractor']);
|
'protractor']);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user