From ee983e4fef65e5e1b83f1637a34953f027517a77 Mon Sep 17 00:00:00 2001 From: Giorgio Sironi Date: Tue, 3 Jan 2012 15:49:04 +0100 Subject: [PATCH] Travis CI minimal configuration: running a pair of simple, non-Selenium tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..087df1b3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: php +php: + - 5.3 +script: "phpunit Tests/SuiteBuildingTest.php"