travis-ci / travis-yaml

parses, normalizes, validates and serializes your .travis.yml
http://yaml.travis-ci.org/
MIT License
170 stars 66 forks source link

matrix.include.addons - says addons are dropped but they work #88

Open goldylucks opened 8 years ago

goldylucks commented 8 years ago

passing this to the linter:

matrix:
  include:
    - env: SCRIPT=lint
    - env: SCRIPT=testOnce
    - env: SCRIPT=nightwatchCI
      addons:
        sauce_connect:
          username: ""
          access_key: ""

will give this warning: in matrix.include section: unexpected key addons, dropping

altho in the build it does trigger sauce_connect only on nightwatchCI script

am I doing something wrong here?

emirb commented 7 years ago

I can confirm this is still the case.

Lectem commented 7 years ago

Up