travis-web/assets/scripts
Piotr Sarnacki b164e5f1a8 Load commit from build:started event payload
Commit fields come in with build:started payload. We should split it
into 2 separate keys in the payload, like:

    {
      build:  { .... },
      commit: { .... }
    }

but I can't change pusher v1 API at the moment, due to backwards
compatibility with the old client. We will be able to remove this manual
extraction as soon as we switch to pusher v2 API.
2012-11-06 14:34:18 +01:00
..
app Load commit from build:started event payload 2012-11-06 14:34:18 +01:00
config fuck yeah, flash messages 2012-10-09 15:16:54 +02:00
data Use Travis Pro in sponsors info 2012-10-08 17:12:39 +02:00
lib Extend message on loaded models and fix undefined ke problem 2012-11-06 11:47:12 +01:00
spec Don't require some of the attributes for incomplete records 2012-10-31 16:10:42 +01:00
vendor Check if key is defined in incomplete checks 2012-10-31 14:56:17 +01:00
travis.coffee Set locale to 'en' by default 2012-10-23 03:33:39 +02:00