Skip to content

Commit 5949db8

Browse files
committed
use composer update in travis build to satisfy php5.6 requriements
1 parent 7f90569 commit 5949db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addons:
88
repo_token: c9e47022796dcebc88c36be1f2497e167b12d93f3601619150ceaec39faf520f
99

1010
install:
11-
- composer install
11+
- composer update
1212

1313
before_script:
1414
- mkdir -p build/logs

0 commit comments

Comments
 (0)