Skip to content

Commit cd7f2ea

Browse files
committed
Fix travis configuration
1 parent a0eee7d commit cd7f2ea

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ php:
66
- 5.4
77

88
before_script:
9-
- ./test/travis.sh
9+
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
10+
- git submodule update --init --recursive
1011

11-
script: php -dshort_open_tag=Off -dmagic_quotes_gpc=Off data/bin/symfony symfony:test --trace
12+
script:
13+
- php data/bin/check_configuration.php
14+
- php -dshort_open_tag=Off -dmagic_quotes_gpc=Off data/bin/symfony symfony:test --trace

test/travis.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)