You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments in .travis.yml say
# After changing this file, check it on:
# http://lint.travis-ci.org/
When I do that, I get the following from the linter:
```
[warn] on root: unknown key "stage" (Comprehensive tests)
[info] on root: the key matrix is an alias for jobs, using jobs
[info] on root: missing os, using the default "linux"
```
This commit fixes the issues reported in those messages.
0 commit comments