Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / common / .travis.yml
diff --git a/vendor/doctrine/common/.travis.yml b/vendor/doctrine/common/.travis.yml
new file mode 100644 (file)
index 0000000..fc05056
--- /dev/null
@@ -0,0 +1,10 @@
+language: php
+
+env:
+  - OPCODE_CACHE=apc
+
+php:
+  - 5.3
+  - 5.4
+
+before_script: php ./bin/travis-setup.php $OPCODE_CACHE
\ No newline at end of file