Skip to content

Commit a7efa8f

Browse files
committed
Update Travis
1 parent 775bcdd commit a7efa8f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
matrix:
77
fast_finish: true
88
include:
9-
- env: DB=mysql; MW=master@5cc1f1d; TYPE=coverage
9+
- env: DB=mysql; MW=master; TYPE=coverage
1010
php: 5.6
1111
- env: DB=mysql; MW=1.23.8;
1212
php: 5.4
@@ -26,3 +26,13 @@ script:
2626

2727
after_success:
2828
- bash ./tests/travis/upload-coverage-report.sh
29+
30+
notifications:
31+
email:
32+
on_success: change
33+
on_failure: always
34+
irc:
35+
channels:
36+
- "chat.freenode.net#semantic-mediawiki"
37+
on_success: change
38+
on_failure: always

0 commit comments

Comments
 (0)