Skip to content

Commit

Permalink
Fixed fault in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof degrave committed Oct 20, 2015
1 parent e1423fd commit 88afdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 -q https://[email protected]/kristofdegrave/indexedDBmock -- tags
- git push -q https://[email protected]/kristofdegrave/indexedDBmock --tags
- ls -R
deploy:
provider: releases
Expand Down

0 comments on commit 88afdfe

Please sign in to comment.