0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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
//