From: Evan Winslow Date: Tue, 14 Feb 2012 04:32:52 +0000 (-0800) Subject: Adds trivial .travis.yml config so we can get started building. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1ecbf86a8c5d1bc8b4b732a3f08e10e6acd7de21;p=lorea%2Felgg.git Adds trivial .travis.yml config so we can get started building. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..b4f980d73 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php +phps: + - 5.2 + - 5.3 + +script: phpunit --help \ No newline at end of file