Merge pull request #5938 from ErisDS/no-casper-travis

Don't run Casper.js tests by default
This commit is contained in:
Sebastian Gierlinger 2015-10-13 10:07:16 +02:00
commit 9fc991d76a

View File

@ -613,7 +613,7 @@ var _ = require('lodash'),
// details of each of the test suites.
//
grunt.registerTask('test-all', 'Run tests and lint code',
['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember', 'test-functional']);
['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember']);
// ### Lint
//