Skip to content

Commit

Permalink
Inline it
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Feb 1, 2019
1 parent e9c306e commit 8dd8513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ language: go
go:
- 1.11.x
before_install:
- export VERSION=$(git describe --abbrev=0 --tags)
- ./bumpver.sh
- export VERSION=$(git describe --abbrev=0 --tags) && export LAST_PREFIX=$(cut -d'.' -f1,2 <<< $VERSION) && export LAST_SUFFIX=$(cut -d'.' -f3 <<< $VERSION) && export NEW_SUFFIX=$(expr "$LAST_SUFFIX" + 1) && export VERSION="$LAST_PREFIX.$NEW_SUFFIX"
install:
- go mod download
script:
Expand Down

0 comments on commit 8dd8513

Please sign in to comment.