Merge pull request #50 from snc/travis-ci

Add support for Travis CI.
This commit is contained in:
Daniele Alessandri
2011-11-13 13:54:36 -08:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
language: php
php:
- 5.3
- 5.4
before_script: touch test/enable.tests
+1 -1
View File
@@ -11,7 +11,7 @@
if (!file_exists(__DIR__.'/enable.tests')) {
exit(
"Please create an empty file named 'enabled.tests' inside the test directory ".
"Please create an empty file named 'enable.tests' inside the test directory ".
"in order to proceed.\n\n*** DO NOT *** run this test suite against servers in ".
"a production environment or containing data you are interested in!\n"
);