travis-web/assets
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
..
images move log expand/collapse icons to the left 2013-03-01 00:05:04 +01:00
scripts Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
styles Merge branch 'sidebar-tabs' 2013-04-05 19:26:24 +02:00