]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Simplify build system
[github/wallabag/wallabag.git] / .travis.yml
index 9d6ba1321a338e3366cd056915f66cc0845c6de7..ff23ad457c907c521c690d0af24b94d1c4ca8651 100644 (file)
@@ -2,14 +2,17 @@ language: php
 
 php:
   - 5.4
+  - 5.5
+  - 5.6
 
 branches:
   only:
-    - dev
+    - v2
 
 before_script:
-  - composer install
+  - composer self-update
+  - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
 
-notifications:
-  email:
-    - nicolas.loeuillet@gmail.com
\ No newline at end of file
+script:
+  - ant prepare
+  - phpunit --coverage-text