X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=9d6ba1321a338e3366cd056915f66cc0845c6de7;hb=679b6b85ad1f8c9110334101a1568510ad15891b;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=7aa8ccc47d511f62fc46af53f7fc43d9bedebff3;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index e69de29b..9d6ba132 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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