mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ var _ = require('lodash'),
|
||||||
// details of each of the test suites.
|
// details of each of the test suites.
|
||||||
//
|
//
|
||||||
grunt.registerTask('test-all', 'Run tests and lint code',
|
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
|
// ### Lint
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue