summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-08 19:36:09 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-08 19:37:12 +0100
commit9faa0dc04c8e362afa8044f3524a92f7d1f7c98d (patch)
tree0bad4be8b75accc87739724f94529a9a3e68564e
parente337e452b4e28aa26736451d3413945ee965dc85 (diff)
downloadbugzilla-9faa0dc04c8e362afa8044f3524a92f7d1f7c98d.tar.gz
bugzilla-9faa0dc04c8e362afa8044f3524a92f7d1f7c98d.tar.xz
Travis CI config file no longer necessary
-rw-r--r--.travis.yml49
1 files changed, 0 insertions, 49 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index bede4a72f..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-language: perl
-
-addons:
- postgresql: "9.1"
-
-perl:
- - 5.10
- - 5.12
- - 5.14
- - 5.16
-
-env:
- - TEST_SUITE=sanity
- - TEST_SUITE=docs
-
-matrix:
- exclude:
- - perl: 5.10
- env: TEST_SUITE=docs
- - perl: 5.12
- env: TEST_SUITE=docs
- - perl: 5.14
- env: TEST_SUITE=docs
-
-before_install:
- - git clone https://github.com/bugzilla/qa.git -b master qa
-
-install: true
-
-before_script:
- - mysql -u root mysql -e "GRANT ALL PRIVILEGES ON *.* TO bugs@localhost IDENTIFIED BY 'bugs'; FLUSH PRIVILEGES;"
- - psql -c "CREATE USER bugs WITH PASSWORD 'bugs' CREATEDB;" -U postgres
-
-script: ./qa/travis.sh
-
-after_failure:
- - sudo cat /var/log/apache2/error.log
-
-notifications:
- irc:
- channels:
- - "irc.mozilla.org#qa-bugzilla"
- template:
- - "Bugzilla %{branch} : %{author} : %{message}"
- - "Commit Message : %{commit_message}"
- - "Commit Link : %{compare_url}"
- - "Build Link : %{build_url}"
- on_success: change
- on_failure: always