travis-web/assets/scripts/spec/unit
Piotr Sarnacki c7561ee13e Properly display matrix keys when build does not have all keys
When additional items are included into matrix via 'matrix.include' key
in .travis.yml they may contain config keys, which are not available on
build.

For example build can contain only 'rvm' key, but we may add the
following include:

    matrix:
      include:
        - rvm: '2.0.0'
          env: 'FOO=bar'

In such case, we need to take into account also keys from additional
job, not only from the build.

(closes #172)
2013-04-06 01:48:32 +02:00
..
build_spec.coffee Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
chunk_buffer_spec.coffee Wait more time in ChunkBufferSpec, to make it more reliable 2013-03-27 20:05:38 +01:00
incomplete_spec.coffee Fix the rest of the specs 2013-03-04 13:29:00 +01:00
job_spec.coffee Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
limited_array_spec.coffee Fix LimitedArray to work properly with SortableMixin 2012-12-14 04:31:28 +01:00
log_request_spec.coffee Fix fetching log in firefox when Location header is unavailable 2013-04-02 20:17:24 +02:00
merge_spec.coffee Fix more specs 2013-03-04 03:46:04 +01:00