Skip to content

Commit

Permalink
allow failure here
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Jul 23, 2011
1 parent 3bcff5c commit fccf14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -21,7 +21,7 @@ task :release_js do
EOT
end
sh "cd js && npm publish"
sh_with_code "git commit js/package.json -m'bumped js version'"
`git commit js/package.json -m'bumped js version'`
end

test_tasks = ['test:generation', 'test:recognition', 'test:integration', 'test:examples', 'test:rdoc_examples']
Expand Down

0 comments on commit fccf14a

Please sign in to comment.