Make WordPress Core

Changeset 27267


Ignore:
Timestamp:
02/25/2014 05:57:04 PM (11 years ago)
Author:
nacin
Message:

Add jshint to Travis CI config.

props jorbin.
fixes #26446.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r26534 r27267  
    1717    - npm install
    1818
    19 script: grunt test
     19script: grunt travis
  • trunk/Gruntfile.js

    r27199 r27267  
    427427
    428428    grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']);
     429    grunt.registerTask('travis', ['jshint', 'test']);
    429430
    430431    // Default task.
Note: See TracChangeset for help on using the changeset viewer.