-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint leads to server error #706
Comments
Same problem with |
Sorry, but I'm unable to reproduce the issue. If you are still experiencing this issue,
Thanks. |
|
@psafont Your content has a YAML syntax error. We should be handling this more cleanly and alert you. You probably meant something like: language: c
os: linux
dist: xenial
install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
jobs:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.08
- OCAML_VERSION=4.09
- OCAML_VERSION=4.10
global:
- secure: jgNNAbrODFH0dyZLrXD/zSI/U4luCwalj/Lqoz3IRMXwscshmIQDcp0KCghh6s65qCuMDlVjVwM8Kn+wftY40HRuuf+XA6hMpH8Jmbr4Qi3l5EnotLS4AH/GWhu/nP3F3MbaML+kUgg0GeH19qZ4npteefhDcONxw6xtvIR/6rg=
- PACKAGE="pci"
- BISECT_ENABLE=yes
deploy:
provider: pages
skup_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master
target_branch: gh_pages Also try https://config.travis-ci.com/explore. |
I suspect @k06a and @arthurflageul have the same problem. |
@BanzaiMan I'm still seeing this 500 server error on 1.9.0 when trying to lint the following minimal example. Remove the {
"jobs": {
"include": {
[
]
}
}
} |
Trying to validate:
Getting:
Configuration:
The text was updated successfully, but these errors were encountered: