From ee767f5fce599ccde4b522caa2bf5b09c062e596 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 20 Mar 2014 08:42:46 +0000 Subject: [PATCH] Ajoute le .travis.yml dans la branche de test --- .gitattributes | 1 + .travis.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.gitattributes b/.gitattributes index 9505dac3..bc1ac807 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol /.svnignore -text +/.travis.yml -text .tx/config -text /CODING_CONVENTION.php -text /COPYING -text diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..23902b4d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: php +php: + - 5.5 + - 5.4 + - 5.3