Skip to content

Commit

Permalink
fixed generate_documentation.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed May 12, 2017
1 parent c074d93 commit e70b847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -126,7 +126,7 @@ after_success:
- lcov --list coverage.info
- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info
# generate documentation
- chmod +x generate_documentation.sh
- cd .. && chmod +x generate_documentation.sh
- ./generate_documentation.sh --USER --INTERNAL --DEVELOPER

deploy:
Expand Down

0 comments on commit e70b847

Please sign in to comment.