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:
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