Skip to content

Commit 41b367b

Browse files
committed
Merge pull request #61 from jeromemacias/patch-1
Use composer in travis
2 parents 70b1619 + 061d673 commit 41b367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
before_script:
99
- 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
10+
- composer install
1111

1212
script:
1313
- php data/bin/check_configuration.php

0 commit comments

Comments
 (0)