1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Travis: Fix build job

This commit is contained in:
Franz Liedke
2019-03-03 20:39:30 +01:00
parent 49dda87e86
commit 0493682dba

View File

@@ -11,9 +11,9 @@ install:
before_script:
- echo 'error_reporting = E_ALL' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer test:setup
script:
- composer test:setup
- composer test
jobs: