travis-web/assets/scripts/spec
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
..
support Merge branch 'sidebar-tabs' 2013-04-05 19:26:24 +02:00
unit Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
vendor Fix specs 2012-10-15 23:20:33 +02:00
build_spec.coffee Fix integration tests running and 2 first tests 2013-02-28 15:54:48 +01:00
builds_spec.coffee Fix a few more integration tests 2013-02-28 15:56:55 +01:00
current_spec.coffee Fix a few more integration tests 2013-02-28 15:56:55 +01:00
event_spec.coffee Fix specs, add styling for firefox 2013-04-05 18:09:00 +02:00
index_spec.coffee Fix a few more integration tests 2013-02-28 15:56:55 +01:00
job_spec.coffee Fix expanding folds on firefox 2013-03-29 23:25:05 +01:00
routes_spec.coffee Be more specific when catching 'URL not found' error, also add test 2013-03-19 21:39:38 +01:00
sidebar_spec.coffee Fix specs 2013-03-14 15:43:19 +01:00
spec_helper.coffee Merge branch 'master' into ps-ember-update 2013-03-12 13:47:20 +01:00