Skip to content

Commit 530d35a

Browse files
author
hs
committed
fixing coveralls
1 parent d565866 commit 530d35a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ node_js:
44
jobs:
55
include:
66
- stage: build
7-
script:
8-
- grunt travis
9-
- grunt test
10-
- grunt coveralls
7+
script: grunt travis
118
cache:
129
directories:
1310
- "node_modules"

sharedGruntConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
5959
grunt.registerTask('once', ['make']);
6060
grunt.registerTask('default', ['watch']);
6161
grunt.registerTask('product', ['buildMin', 'doc', 'stage']);
62-
grunt.registerTask('travis', ['build', 'doc']);
62+
grunt.registerTask('travis', ['build', 'doc', 'test', 'coveralls']);
6363

6464
grunt.registerMultiTask('sourceCode', translateSources);
6565
grunt.registerMultiTask('cleanupCoverage', removeTimestampFromCoverage);

0 commit comments

Comments
 (0)