Changeset 27267
- Timestamp:
- 02/25/2014 05:57:04 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r26534 r27267 17 17 - npm install 18 18 19 script: grunt t est19 script: grunt travis -
trunk/Gruntfile.js
r27199 r27267 427 427 428 428 grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']); 429 grunt.registerTask('travis', ['jshint', 'test']); 429 430 430 431 // Default task.
Note: See TracChangeset
for help on using the changeset viewer.