Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
speters committed Dec 18, 2017
1 parent 4c0c841 commit c2f88f3
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 @@ -103,7 +103,7 @@ after_success:
sha256sum "${DEPLOYFILEPREFIX}.orig.tar.gz" > "${DEPLOYFILEPREFIX}.orig.tar.gz.sha256sum" ;
tar tzvf "${DEPLOYFILEPREFIX}.orig.tar.gz" --force-local ;
fi
- if [[ -n "${TRAVIS_TAG" ]] ; then
- if [[ -n "${TRAVIS_TAG}" ]] ; then
sudo checkinstall --strip=no --install=no --pkgname="$GH_REPO" --pkgversion="$VERSION" --pkgrelease=$TRAVIS_BUILD_NUMBER --arch="$ARCH" --maintainer="${GH_USER}@GitHub" --pkgsource="https://github.com/${GH_USER}/${GH_REPO}/releases/download/v${VERSION}/${DEPLOYFILEPREFIX}.orig.tar.gz" --pkgaltsource="https://github.com/${GH_USER}/${GH_REPO}/" --pkglicense="GPLv3" --pakdir=${TRAVIS_BUILD_DIR} -D -y cmake --build ./build/ --target install ;
sudo chown travis "${DEPLOYFILEPREFIX_BIN}.deb" ;
dpkg --info "${DEPLOYFILEPREFIX_BIN}.deb" ;
Expand Down

0 comments on commit c2f88f3

Please sign in to comment.