Skip to content

Commit

Permalink
Add webhooks notification
Browse files Browse the repository at this point in the history
  • Loading branch information
pangratz committed May 3, 2012
1 parent 955b869 commit 8bdde59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,5 @@ before_script:
- "sh -e /etc/init.d/xvfb start"
- "rake clean"
script: "rake test[all]"
after_script: "rake upload_to_url"
notifications:
webhooks: http://emberjs-uploader.herokuapp.com/upload
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,10 +5,10 @@ gem "rake-pipeline-web-filters", :git => "https://github.com/wycats/rake-pipelin
gem "colored"
# Using git to prevent deprecation warnings
gem "uglifier", :git => "https://github.com/lautis/uglifier.git"
gem "rest-client"

group :development do
gem "rack"
gem "rest-client"
gem "github_api"
gem "ember-docs", :git => "https://github.com/emberjs/docs-generator.git"
gem "kicker"
Expand Down

0 comments on commit 8bdde59

Please sign in to comment.