Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-03-16 00:40:29 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-16 00:40:29 +0400
commit699ce2e9a8cb230b55a095e6e5e55258e9de039b (patch)
tree7cfb1e8cb5b033c04ae8d6a73fef99dd1d455344 /.travis.yml
parent8fea50c1f47ce53029446d0e0d85a14a417590ad (diff)
Execute generate_docs.sh on code coverage full build if it succeeds.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d6623d395..8cd19d50d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,9 @@ env:
matrix:
include:
- php: 5.4
- env: TEST_SUITE=
+ env:
+ - TEST_SUITE=
+ - secure: "RaRLGQuYhkPWNdkvNNMm0M4kukzwaaLXgQ9kIq3XALXuS1z31SnD27slFopH\nqIBmIYqevce9VKaytJSXrbjsWp8Yx3mheh4fDs4UP/ULhyJ8FgikGbZyU9DP\nsXUJbVMRXSab98Ga25EoV/d8dJoPLvRxMvtpmiT2XLEpwT8Bc2w="
script: ./travis.sh
@@ -28,6 +30,10 @@ before_script:
- ./tests/travis/setup_webserver.sh
- cd tests/PHPUnit
+after_success:
+ - cd $TRAVIS_BUILD_DIR
+ - ./tests/travis/generate_docs.sh
+
notifications:
irc:
skip_join: true