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

Container Based Infrastructure #102

Closed szepeviktor closed 7 years ago

szepeviktor commented 7 years ago

Travis docs say https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-on-Container-Based-Infrastructure

sudo: false
language: php
addons:
  apt:
    packages:
    - cmake
    - time

I've added sudo and language.

The linter says

    value for addons section is empty, dropping
    in addons section: unexpected key apt, dropping

Please advise.

szepeviktor commented 7 years ago

Duplicate of #58