Add Travis CI job configuration for testing MediaWiki on HHVM
authorOri Livneh <ori@wikimedia.org>
Mon, 23 Dec 2013 05:44:51 +0000 (21:44 -0800)
committerOri Livneh <ori@wikimedia.org>
Mon, 23 Dec 2013 05:57:52 +0000 (21:57 -0800)
commited7995a37226b777adf81d3a30c0b1b847b127df
treeec6078f9e80455d479d8470c3106ef6690f6d692
parentaf38c83e8c7fd94f54a315aba2562bbda8c9d8d1
Add Travis CI job configuration for testing MediaWiki on HHVM

Travis CI is a popular continuous integration service that provides free
automated testing to FOSS projects. Ten days ago, the HHVM team announced that
Travis CI's build environment provides HHVM by default. This patch contains a
Travis CI job configuration that runs MediaWiki's test suite using HHVM.
Because we replicate changes to GitHub, merging this change and enabling the
Travis CI hook in the repository configuration on GitHub will cause Travis CI
to run the tests on each commit.

Change-Id: Ia18cba5facb7f0b506e962df2f114338af571b8a
.travis.yml [new file with mode: 0644]