Skip to content

Commit

Permalink
Fixed multiple anchor tags with the same name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Feb 15, 2019
1 parent ca5551c commit edfe614
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ matrix:
compiler: clang
before_deploy:
- ls *minizip* | tar -czvf minizip-$TRAVIS_OS_NAME.tar.gz -T -
deploy: &deploy_base
deploy:
<<: *deploy_base
file: minizip-$TRAVIS_OS_NAME.tar.gz
on:
tags: true
- stage: linux
os: linux
compiler: clang
Expand Down Expand Up @@ -79,7 +77,7 @@ matrix:
compiler: clang
before_deploy:
- ls *minizip* | tar -czvf minizip-$TRAVIS_OS_NAME.tar.gz -T -
deploy: &deploy_base
deploy:
<<: *deploy_base
file: minizip-$TRAVIS_OS_NAME.tar.gz
on:
Expand Down

0 comments on commit edfe614

Please sign in to comment.