diff --git a/.travis.yml b/.travis.yml index 9a46f81..cfa0bb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ notifications: channels: "irc.freenode.org#travisstaging" template: "(STAGING) %{repository_url} (%{commit}) %{build_url} : %{message}" webhooks: - - http://www.postbin.org/1cig81y + urls: http://www.postbin.org/1cig81y + # on_start: always \ No newline at end of file diff --git a/Rakefile b/Rakefile index 0835c08..0f08d7b 100644 --- a/Rakefile +++ b/Rakefile @@ -4,9 +4,10 @@ task :test do 1.upto 100 do sleep(0.01) putc '.' + puts 'rake is not part of the bundle' $stdout.flush end - exit 0 + exit 1 end task :default => :test