Skip to content

Commit

Permalink
chore: remove doc generation from the CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 15, 2016
1 parent 23b3998 commit 4675c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:
after_success:
- git config --global user.name "semantic-release (via TravisCI)"
- git config --global user.email "semantic-release@travis"
- 'semantic-release pre && (npm run documentation && git commit -m "docs: update documentation" ./*.md && git push) && (NODE_ENV=production npm run build) && npm publish && semantic-release post'
- 'semantic-release pre && (NODE_ENV=production npm run build) && npm publish && semantic-release post'
notifications:
email: false
sudo: false

0 comments on commit 4675c54

Please sign in to comment.