Skip to content

Validation fails for cache: yarn #111

@rajinder-yadav

Description

@rajinder-yadav

Note sure where to log this issuse, so putting it here.
The following validation should pass, according to this:
https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Travis-CI-supports-yarn

sudo: false
language: node_js
cache: yarn
notifications:
  email: false
node_js:
  - "7"
  - "6"
  - "5"
  - "4"
script:
  - yarn test
branches:
  only:
    - master
matrix:
  fast_finish: true

However it fails on: http://lint.travis-ci.org/

error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions