Skip to content

Commit

Permalink
set v2.3.10 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondMouthaan authored Jul 24, 2018
1 parent 6f048a6 commit d7f6ac0
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 @@ -22,7 +22,7 @@ install: true

before_script:
# Set BUILD_VERSION
- if [ ! -z "${TRAVIS_TAG}" ]; then export BUILD_VERSION=${TRAVIS_TAG}; else export BUILD_VERSION=v2.3.8; fi
- if [ ! -z "${TRAVIS_TAG}" ]; then export BUILD_VERSION=${TRAVIS_TAG}; else export BUILD_VERSION=v2.3.10; fi

script:
# Build Docker image
Expand Down

0 comments on commit d7f6ac0

Please sign in to comment.