Skip to content

Commit

Permalink
fix(tag): using latest tag for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Alexander Kopriwa committed Jun 27, 2018
1 parent dd96f58 commit 0c23ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- 'lts/*'
script:
- git fetch --tags
- git checkout refs/tags/$(git describe --tags | awk -F '-' '{print $1}')
- git checkout refs/tags/$(git describe --tags `git rev-list --tags --max-count=1`)
- npm install
- styleguide/prepare.sh
- npm run styleguide:build
Expand Down

0 comments on commit 0c23ac0

Please # to comment.