aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a7c9056..287369e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ before_script:
49 49
50script: 50script:
51 - ant prepare-$DB 51 - ant prepare-$DB
52 - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v 52 - bin/phpunit -v
53 53
54# after_script: 54# after_script:
55 # - | 55 # - |