Skip to content

Commit

Permalink
Fix API docs build (#786)
Browse files Browse the repository at this point in the history
* Run API docs build on Travis

* Add sass gem
  • Loading branch information
kamranayub authored Apr 19, 2017
1 parent 32ba1da commit 7fd1341
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 @@ -8,6 +8,8 @@ cache:
- node_cache
- node_shrinkwrap
- $HOME/.npm
before_install:
- gem install sass
script:
- node_modules/.bin/grunt travis
after_success:
Expand Down
2 changes: 1 addition & 1 deletion GruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ module.exports = function (grunt) {
grunt.registerTask('visual', ['ts:visual']);

// Travis CI task
grunt.registerTask('travis', ['default', 'coveralls']);
grunt.registerTask('travis', ['default', 'coveralls', 'apidocs']);

// Appveyor task
grunt.registerTask('appveyor', ['default', 'shell:nuget']);
Expand Down

0 comments on commit 7fd1341

Please sign in to comment.