Skip to content

Commit

Permalink
trying to push github from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof degrave committed Oct 21, 2015
1 parent 0f9f589 commit dda161f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ before_deploy:
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push https://[email protected]/kristofdegrave/indexedDBmock.git --tag
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: LifWcMvVdfecAE8MwECByqgoJZzjzlbO+0TedFZZ/zP+llfE024QAWluSpL6VrZTvqiAgPUj1M7H2YhxIGfoecnBZSHR+65BMDABFkQ/5Q+yH12iRDLK9bvjr+ToXSe7ia/MAtr08Ma9Z4yCNIOrnb003Liupq/NgNWJL+KQeQk=
file:
- dist\indexedDBmock.js
- dist\indexedDBmock.min.js
- dist/indexedDBmock.js
- dist/indexedDBmock.min.js
on:
tag: false
all_branches: true
Expand Down

0 comments on commit dda161f

Please sign in to comment.