Skip to content

Commit

Permalink
IMPROVED : Génération de la PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 2, 2014
1 parent 85c0489 commit 1040c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ after_script:
## Coveralls
- php vendor/bin/coveralls -v
## PHPDocumentor
- ./.travis_shell_after_success.sh
- "./.travis_shell_after_success.sh"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion .travis_shell_after_success.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ "$TRAVIS_REPO_SLUG" == "Progi1984/YATSPHP" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
if [ "$TRAVIS_REPO_SLUG" == "Progi1984/YATSPHP" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.5" ]; then

echo -e "Publishing PHPDoc...\n"

Expand Down

0 comments on commit 1040c3c

Please sign in to comment.