]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Switch to psr-4
[github/wallabag/wallabag.git] / .travis.yml
index 4542fdcb6edd3cd00d112500dbe5644b738081e3..287369e33814ce8276c3bc147c0c3f10f16fe0ad 100644 (file)
@@ -32,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:
@@ -50,7 +49,7 @@ before_script:
 
 script:
     - ant prepare-$DB
-    - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
+    - bin/phpunit -v
 
 # after_script:
     # - |