Skip to content

Commit

Permalink
syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Mar 15, 2017
1 parent 225d1b8 commit 7f685a9
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 @@ -55,5 +55,5 @@ after_success:
# Stable Releases
- if [ $TRAVIS_BRANCH == 'master' ] && [ $ENGINE == '[email protected]' ]; then box bump version="$MODULE_VERSION+$TRAVIS_BUILD_NUMBER" --force; fi
# Unstable Releases
- if [ $TRAVIS_BRANCH != 'master' ] && [ $ENGINE == '[email protected]' ]; then box bump version="$MODULE_VERSION" --minor --force" --force; fi
- if [ $TRAVIS_BRANCH != 'master' ] && [ $ENGINE == '[email protected]' ]; then box bump version="$MODULE_VERSION" --minor --force; fi

0 comments on commit 7f685a9

Please sign in to comment.