Skip to content

Commit

Permalink
Merge branch 'pr/1789' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
  • Loading branch information
marcelklehr committed Oct 28, 2013
2 parents 975eae3 + fe0104f commit e725113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ node_js:
- "0.10"
install:
- "bin/installDeps.sh"
- "export GIT_HASH=$(cat .git/HEAD | head -c 7)"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
before_script:
- "tests/frontend/travis/sauce_tunnel.sh"
script:
Expand Down

0 comments on commit e725113

Please sign in to comment.