Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Dec 14, 2018
1 parent 22aa977 commit 51bff91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_deploy:
- git archive --format=tar --prefix="wp-auto-links-${TRAVIS_TAG}/" "${TRAVIS_TAG}" | (cd /tmp/ && tar xf -)
- cd "/tmp/wp-auto-links-${TRAVIS_TAG}"
- composer install --no-dev --optimize-autoloader
- cd -
deploy:
provider: script
script:
Expand Down

0 comments on commit 51bff91

Please sign in to comment.