зеркало из https://github.com/microsoft/appium.git
update what grunt tasks travis runs, it's not a mac!
This commit is contained in:
Родитель
ba0667f98e
Коммит
3970d68235
|
@ -58,6 +58,7 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('unit', 'mochaTest:unit');
|
||||
grunt.registerTask('appiumutils', 'mochaTest:appiumutils');
|
||||
grunt.registerTask('default', ['test']);
|
||||
grunt.registerTask('travis', ['jshint', 'unit']);
|
||||
grunt.registerTask('appium', "Start the Appium server", function(appName) {
|
||||
if (typeof appName === "undefined") {
|
||||
appName = null;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"unzip": "~0.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
"test": "grunt travis"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.8.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче