From: VirtualTam Date: Thu, 4 Jun 2015 22:46:05 +0000 (+0200) Subject: Add Travis CI config X-Git-Tag: v0.5.0~39^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=13d07f969914fa06d8648ef606962121d32c4be3;hp=cbecab773526b0c39f3cffa1d4595b5caa781bda;p=github%2Fshaarli%2FShaarli.git Add Travis CI config Relates to #71 Signed-off-by: VirtualTam --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..bcaf682c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: php +php: + - 5.6 + - 5.5 + - 5.4 +install: + - composer self-update + - composer install +script: + - make test