Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
ffaf79a2
Commit
ffaf79a2
authored
May 07, 2014
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
parent
44da595b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
.travis.yml
.travis.yml
+8
-3
No files found.
.travis.yml
View file @
ffaf79a2
...
...
@@ -8,6 +8,7 @@ perl:
env
:
-
TEST_SUITE=sanity
-
TEST_SUITE=docs
-
TEST_SUITE=checksetup DB=mysql
matrix
:
exclude
:
...
...
@@ -17,6 +18,12 @@ matrix:
env
:
TEST_SUITE=docs
-
perl
:
5.14
env
:
TEST_SUITE=docs
-
perl
:
5.10
env
:
TEST_SUITE=checksetup DB=mysql
-
perl
:
5.12
env
:
TEST_SUITE=checksetup DB=mysql
-
perl
:
5.14
env
:
TEST_SUITE=checksetup DB=mysql
before_install
:
-
git clone https://github.com/bugzilla/qa.git -b 4.4 qa
...
...
@@ -29,11 +36,9 @@ after_failure:
-
sudo cat /var/log/apache2/error.log
notifications
:
on_success
:
never
on_success
:
change
on_failure
:
always
irc
:
"
irc.mozilla.org#qa-bugzilla"
email
:
recipients
:
-
dkl@mozilla.com
on_success
:
change
on_failure
:
always
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment