From 699ce2e9a8cb230b55a095e6e5e55258e9de039b Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Fri, 15 Mar 2013 21:40:29 +0100 Subject: Execute generate_docs.sh on code coverage full build if it succeeds. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3