From 4afb9a311acf619be56f134de043c2f6e2c8fdc1 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Mon, 15 Jul 2013 23:47:24 -0400 Subject: Modify travis build config to upload artifacts to builds-artifacts.piwik.org. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a189332266..5a28f29340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,9 @@ env: - TEST_SUITE=PluginTests - TEST_SUITE=CoreTests - TEST_SUITE=IntegrationTests - + global: + secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM=" + # Run PHP 5.4 for aa tests to generate # code coverage. @@ -45,6 +47,10 @@ after_success: - cd $TRAVIS_BUILD_DIR - ./tests/travis/generate_docs.sh +after_script: + - cd $TRAVIS_BUILD_DIR + - ./tests/travis/upload_artifacts.sh + notifications: irc: skip_join: true -- cgit v1.2.3