]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Remove weak deprecation :boom:
[github/wallabag/wallabag.git] / .travis.yml
index d535582081fbae7f341cb35d33c9882bd70e6af2..7a7c9056c6f105231fc4f6571999b001bb4a5b19 100644 (file)
@@ -16,7 +16,6 @@ cache:
         - $HOME/.composer/cache
 
 php:
-    - 5.4
     - 5.5
     - 5.6
     - 7.0
@@ -33,7 +32,6 @@ matrix:
         - php: hhvm
           env: DB=pgsql  # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
     allow_failures:
-        - php: 7.0
         - php: hhvm
 
 branches:
@@ -51,7 +49,7 @@ before_script:
 
 script:
     - ant prepare-$DB
-    - bin/phpunit --exclude-group command-doctrine -v
+    - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
 
 # after_script:
     # - |