Skip to content

Commit

Permalink
chore(travis): change travis script and include coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Jan 5, 2017
1 parent 58caacd commit ca9856a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ before_script:
- sh -e /etc/init.d/xvfb start
- 'npm install -g bower grunt-cli'
- 'bower install --config.interactive=false'

script: grunt travis
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module.exports = function(grunt) {

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

grunt.registerTask('travis', ['karma:travis', 'karma:travisUnderscore']);
grunt.registerTask('travis', ['karma:travis', 'karma:travisUnderscore', 'coveralls']);

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

Expand Down

0 comments on commit ca9856a

Please sign in to comment.