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 88afdfe commit b5af837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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
- ls -R
deploy:
provider: releases
Expand Down

0 comments on commit b5af837

Please sign in to comment.