-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
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/
bjacobel, jab, epiphone, badersur, whtsky and 1 moreJensMadsen
Metadata
Metadata
Assignees
Labels
No labels