added phantomjs karma test to run in travis

This commit is contained in:
Torkel Ödegaard
2014-03-18 20:04:04 +01:00
parent 0a6b393b35
commit 5a0fa8c09f
4 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,5 @@
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['jshint:source', 'less:src']);
grunt.registerTask('test', ['default', 'karma:test']);
};