Skip to content

Commit

Permalink
fix: attempt to build README
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 28, 2018
1 parent 3ce7eed commit ae05664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -15,5 +15,6 @@ script:
after_success:
- export NODE_ENV=production
- npm run build
- "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify"
- semantic-release
- npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify && git push
- git push

0 comments on commit ae05664

Please sign in to comment.