fix travis and reduce warnings

This commit is contained in:
Jack Humbert 2017-02-16 11:37:46 -05:00
parent 15dc540cac
commit 1ac5dc9e52
3 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ rev=$(git rev-parse --short HEAD)
git config --global user.name "Travis CI"
git config --global user.email "jack.humb+travis.ci@gmail.com"
if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "$TRAVIS_PULL_REQUEST" == "false"]] ; then
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then
increment_version ()
{