Skip to content

Commit

Permalink
Updated travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Nov 6, 2015
1 parent 0d52e5b commit f22739a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ before_install:
- chmod +x ./gradlew

after_success:
- git config --global user.email "sumimaito@hotmail.com"
- git config --global user.name "SumiMakito"
- export GITHUB_TAG=Snapshot_${TRAVIS_BRANCH}_Build.${TRAVIS_BUILD_NUMBER}
- git tag ${GITHUB_TAG}
- git push --quiet https://${GITHUB_KEY}@github.com/SumiMakito/QuickKV.git ${GITHUB_TAG}
- git config --global user.email "sumimaito@hotmail.com" > /dev/null
- git config --global user.name "SumiMakito" > /dev/null
- export GITHUB_TAG=Snapshot_${TRAVIS_BRANCH}_Build.${TRAVIS_BUILD_NUMBER} > /dev/null
- git tag ${GITHUB_TAG} > /dev/null
- git push --quiet https://${GITHUB_KEY}@github.com/SumiMakito/QuickKV.git ${GITHUB_TAG} > /dev/null

deploy:
provider: releases
Expand All @@ -32,4 +32,4 @@ branches:
except: /^(Snapshot).*$/

script:
./run-build.sh
./run-build.sh > /dev/null

0 comments on commit f22739a

Please sign in to comment.