mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-14 13:34:05 +02:00
try to fix travis
This commit is contained in:
parent
ac88afa2e6
commit
901b51109e
@ -73,9 +73,6 @@ script:
|
||||
- grunt js-unit
|
||||
# integration tests
|
||||
- grunt php-integration
|
||||
- cd ../../../
|
||||
- ./occ news:verify-install
|
||||
- cd apps/news/js
|
||||
# acceptance tests
|
||||
- webdriver-manager update
|
||||
- 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-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-integration', ['phpunit:integration']);
|
||||
|
||||
grunt.registerTask('acceptance', ['protractor_webdriver', 'connect',
|
||||
'protractor']);
|
||||
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user