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 9c93fe2 commit e1423fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_js:
before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMMER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMMER"
- 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:
Expand Down

0 comments on commit e1423fd

Please sign in to comment.