]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
preparing to beta4
[github/wallabag/wallabag.git] / .travis.yml
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9d6ba1321a338e3366cd056915f66cc0845c6de7 100644 (file)
@@ -0,0 +1,15 @@
+language: php
+
+php:
+  - 5.4
+
+branches:
+  only:
+    - dev
+
+before_script:
+  - composer install
+
+notifications:
+  email:
+    - nicolas.loeuillet@gmail.com
\ No newline at end of file