Skip to content

Commit e1c6a30

Browse files
committed
ci(travis): properly fetch tags to determine new version
1 parent 73404ad commit e1c6a30

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
@@ -11,6 +11,7 @@ script:
1111

1212
after_success:
1313
- bash <(curl -s https://codecov.io/bash)
14+
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
1415
- git fetch --tags
1516
- nvm install 8 && nvm use 8
1617
- npm install

0 commit comments

Comments
 (0)