John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/297366
Change subject: Fix travis global environment variables ...................................................................... Fix travis global environment variables Remove the secure variable, which is available in the Travis settings. Change the syntax for TEST_TIMEOUT, as shippable can not understand the existing a: b syntax Change-Id: Id8162623647ea88c65bf6e2cd2bf5925e94b05bd --- M .travis.yml 1 file changed, 1 insertion(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/66/297366/1 diff --git a/.travis.yml b/.travis.yml index a0186ad..5dc947f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,12 +121,7 @@ env: global: - # This is the encrypted password for Wikimedia SUL user 'Pywikibot-test', - # and is only decrypted by Travis when running builds of code merged into - # the github repository 'wikimedia/pywikibot-core'. - # See http://docs.travis-ci.com/user/encryption-keys/ for more information. - - secure: kofInMlisiTBt9o/Ustc/vySlkKfxGzGCX2LwA1D2waym8sDTS0o5gMJ5LsrT/BUKwZbe1vLozPHqZrrkQvsdTml+DpZuotzdILs0m0f3BUoexEC6OON5IDljuxFyETrD1Ug44ih5Mc4lVFOdTcBzg501ZmswGwQrBvg/OyEFfE= - - TEST_TIMEOUT: 300 + - TEST_TIMEOUT=300 matrix: - LANGUAGE=en FAMILY=wikipedia PYWIKIBOT2_TEST_PROD_ONLY=1 -- To view, visit https://gerrit.wikimedia.org/r/297366 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8162623647ea88c65bf6e2cd2bf5925e94b05bd Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
