diff options
author | sybio <clement.guillemain@gmail.com> | 2012-09-21 17:00:50 +0200 |
---|---|---|
committer | sybio <clement.guillemain@gmail.com> | 2012-09-21 17:00:50 +0200 |
commit | decb07995ba64f619a3465c73a279b03cf372416 (patch) | |
tree | 8410c4bc755186a20d7c4e789df4e7f82c85ba16 | |
parent | 344c99c028c69f20b52df8c6b0792289b1adf34e (diff) | |
download | ImageWorkshop-decb07995ba64f619a3465c73a279b03cf372416.zip ImageWorkshop-decb07995ba64f619a3465c73a279b03cf372416.tar.gz ImageWorkshop-decb07995ba64f619a3465c73a279b03cf372416.tar.bz2 |
- Adding ImageWorkshop on http://travis-ci.org/ for controlled continuous integration
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9dac522 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: php
+
+php:
+ - 5.3.3
+ - 5.3
+ - 5.4
+
+script: phpunit tests/ImageWorkshopTest.php
\ No newline at end of file |