Skip to content

Commit ca5a671

Browse files
committed
return composer install to before_script
1 parent e77f365 commit ca5a671

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
@@ -15,9 +15,9 @@ before_script:
1515
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1616
- chmod +x ./cc-test-reporter
1717
- ./cc-test-reporter before-build
18+
- composer install
1819

1920
script:
20-
- composer install
2121
- ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/phpunit.junit.xml
2222
- ./vendor/bin/infection --coverage=build --min-msi=60 -j$(nproc)
2323

0 commit comments

Comments
 (0)