We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 630c080 + 547745c commit 16594f9Copy full SHA for 16594f9
.travis.yml
@@ -19,6 +19,6 @@ script:
19
20
after_success:
21
- cd api.phpseclib.org
22
- - ls -lahR api.phpseclib.org
+ - ls -lahR
23
- git add . && git commit -m "Updated via Travis CI."
24
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then git push; else echo 'skipped.'; fi
0 commit comments