]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Switch to Docker-based infrastructure
[github/wallabag/wallabag.git] / .travis.yml
index 1d90a7489b738ed7351f5ca2a3a4a58c7b2ece7b..a697e74b51bbfe328c2299a98996b13cf14d5bae 100644 (file)
@@ -1,5 +1,8 @@
 language: php
 
+# use docker-container infra
+sudo: false
+
 php:
   - 5.4
   - 5.5
@@ -7,12 +10,11 @@ php:
 
 branches:
   only:
-    - refactor
+    - v2
 
 before_script:
   - composer self-update
-  - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
 
 script:
-  - ant -f app/build.xml prepare
-  - phpunit -c app  --coverage-text
+  - ant prepare
+  - phpunit --coverage-text