Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit d50e67d

Browse files
authored
Merge pull request #11 from liquidweb/fix/travis-composer-install
Update travis file to run composer install to generate autoloader.
2 parents b8d36c6 + b14d506 commit d50e67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ before_script:
5050
composer global require wp-coding-standards/wpcs
5151
phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs
5252
fi
53+
- composer install --prefer-source
5354

5455
script:
5556
- |

0 commit comments

Comments
 (0)