Skip to content

Commit

Permalink
Make shell call the shell scripts, rather than directly executing, si…
Browse files Browse the repository at this point in the history
…nce their executable bit keeps borking
  • Loading branch information
cgruber committed Dec 10, 2014
1 parent 16f191c commit d10146b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ env:
- secure: XpixMe6WG/U2lUgbkZohDDiDJnrXdra+K+AUvg8ze35Wd6ffPdHh9oLMR6DbMq82VV21G9WcJyRQM7g/mCBHOXDt6/0fj/IPUaev15QsJITF1TAJRISxL4DClsJX6U7i2y+KaZ1pOSnsEFvDHE7QM9+DYqG4cPX++bt7Lr33v+4=

after_success:
- util/generate-latest-docs.sh
- util/publish-snapshot-on-commit.sh
- sh util/generate-latest-docs.sh
- sh util/publish-snapshot-on-commit.sh

0 comments on commit d10146b

Please sign in to comment.