update what grunt tasks travis runs, it's not a mac!

This commit is contained in:
Jonathan Lipps 2013-02-20 13:47:50 -08:00
Родитель ba0667f98e
Коммит 3970d68235
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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",