We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd8ab3 commit 2b31e50Copy full SHA for 2b31e50
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- cpanm --local-lib=~/perl5 --quiet local::lib
10
- eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
11
- cpanm --local-lib=~/perl5 --quiet --notest Test::Nginx::Socket
12
- - echo "const VERSION = \"${TRAVIS_TAG}\"" >> version.go
+ - echo "const VERSION = \"${TRAVIS_BRANCH}\"" >> version.go
13
script:
14
- go build -o ip2geo
15
- ./ip2geo -version
0 commit comments