Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
test: only launch canary with flags on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 8, 2013
1 parent b110f42 commit 75858bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ module.exports = function(grunt) {
}
});

grunt.loadTasks('../tools/tasks');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-contrib-concat');

grunt.registerTask('default', 'concat');
grunt.registerTask('test', ['karma:polymer-expressions']);
grunt.registerTask('test-buildbot', ['karma:buildbot']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:polymer-expressions']);
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot']);
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"grunt": "~0.4.1",
"grunt-karma": "*",
"karma-mocha": "*",
"karma-chrome-launcher": "morethanreal/karma-chrome-launcher",
"karma-ie-launcher": "*",
"karma-safari-launcher": "*",
"karma-script-launcher": "*",
Expand Down

0 comments on commit 75858bd

Please sign in to comment.