Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 2e915f0

Browse files
committed
update .travis.yml
1 parent 4bd740a commit 2e915f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: java
22
jdk: oraclejdk8
3-
before_install: sed -i "s/^\(version:.*\)/\1.$TRAVIS_BUILD_NUMBER/" src/main/resources/plugin.yml
3+
before_install: sed -i "s/^\(version:.*\)/\2.$TRAVIS_BUILD_NUMBER/" src/main/resources/plugin.yml
44
before_deploy:
55
- git config --global user.email "[email protected]"
66
- git config --global user.name "Travis CI"
7-
- export GIT_TAG=$TRAVIS_BRANCH-v1.$TRAVIS_BUILD_NUMBER
7+
- export GIT_TAG=$TRAVIS_BRANCH-v2.$TRAVIS_BUILD_NUMBER
88
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
99
- git push -q https://[email protected]/NyaaCat/nyaautils --follow-tags
1010
deploy:

0 commit comments

Comments
 (0)