Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Feb 1, 2015
1 parent 775bcdd commit a7efa8f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
matrix:
fast_finish: true
include:
- env: DB=mysql; MW=master@5cc1f1d; TYPE=coverage
- env: DB=mysql; MW=master; TYPE=coverage
php: 5.6
- env: DB=mysql; MW=1.23.8;
php: 5.4
Expand All @@ -26,3 +26,13 @@ script:

after_success:
- bash ./tests/travis/upload-coverage-report.sh

notifications:
email:
on_success: change
on_failure: always
irc:
channels:
- "chat.freenode.net#semantic-mediawiki"
on_success: change
on_failure: always

0 comments on commit a7efa8f

Please sign in to comment.