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=refs%2Fpull%2F219%2Fhead;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