mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
Merge pull request #5938 from ErisDS/no-casper-travis
Don't run Casper.js tests by default
This commit is contained in:
commit
9fc991d76a
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user