Skip to content

Commit ca9856a

Browse files
committed
chore(travis): change travis script and include coveralls
1 parent 58caacd commit ca9856a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ before_script:
77
- sh -e /etc/init.d/xvfb start
88
- 'npm install -g bower grunt-cli'
99
- 'bower install --config.interactive=false'
10+
11+
script: grunt travis

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = function(grunt) {
160160

161161
grunt.registerTask('test-debug', ['karma:debug']);
162162

163-
grunt.registerTask('travis', ['karma:travis', 'karma:travisUnderscore']);
163+
grunt.registerTask('travis', ['karma:travis', 'karma:travisUnderscore', 'coveralls']);
164164

165165
grunt.registerTask('changelog', ['conventionalChangelog']);
166166

0 commit comments

Comments
 (0)