From 3a63e44c998e9a934dd3f9e9692dde1625ea42f1 Mon Sep 17 00:00:00 2001 From: Taufan Aditya Date: Fri, 17 Feb 2012 23:28:17 +0700 Subject: Automated testing via Travis --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..a2449c593 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: php + +phps: + - 5.2 + - 5.3 + - 5.4 + +before_script: + - pyrus channel-discover pear.php-tools.net + - pyrus install pat/vfsStream-alpha + +script: phpunit --configuration tests/phpunit.xml \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 418c0bf6b473b79d2c043df9727bf689b371e25c Mon Sep 17 00:00:00 2001 From: Taufan Aditya Date: Fri, 17 Feb 2012 23:42:08 +0700 Subject: vfsStream via pyrus --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a2449c593..87e528f36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ phps: - 5.4 before_script: - - pyrus channel-discover pear.php-tools.net - - pyrus install pat/vfsStream-alpha + - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz + - phpenv rehash script: phpunit --configuration tests/phpunit.xml \ No newline at end of file -- cgit v1.2.3-24-g4f1b From cfc59244c6cd83a3031fa7cbe45bd6a7056f2791 Mon Sep 17 00:00:00 2001 From: Taufan Aditya Date: Fri, 17 Feb 2012 23:53:13 +0700 Subject: vfsStream via pyrus --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 87e528f36..405d0a94c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ phps: - 5.4 before_script: + - pyrus channel-discover pear.php-tools.net - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz - phpenv rehash -- cgit v1.2.3-24-g4f1b From e40c763bf969acbaa7c4c61be50f01e870062080 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Sat, 10 Mar 2012 13:05:08 +0000 Subject: Fixed camelize. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c5a999359..4e13a83d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_script: - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz - phpenv rehash -script: phpunit --configuration phpunit.xml \ No newline at end of file +script: phpunit --configuration tests/phpunit.xml \ No newline at end of file -- cgit v1.2.3-24-g4f1b