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

Commit 903e3c1

Browse files
chore(travis): cleanup after_success step
1 parent 9f2c133 commit 903e3c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ script:
1717
- ./scripts/coverage.sh
1818
after_success:
1919
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
20-
sudo apt install libcpan-uploader-perl &&
2120
./scripts/generatedocs.sh &&
2221
git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* &&
2322
git fetch --tags &&

0 commit comments

Comments
 (0)