diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-06 22:25:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-06 22:25:05 +0200 |
commit | 3657686a0e8fd07428a25c2cf9efcc8b5d33f895 (patch) | |
tree | 067245847a5be449b45ba5bd3d3b80962cadb6ec /.cirrus.yml | |
parent | f821ddaa0c27230012a6bffbec6fb0ab2f101171 (diff) | |
download | vim-git-3657686a0e8fd07428a25c2cf9efcc8b5d33f895.tar.gz |
patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705
Problem: Indent tests don't run on CI for FreeBSD.
Solution: Set modeline. (Ozaki Kiichi, closes #6048)
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 907d10eb4..97fb0f1f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,5 +13,4 @@ freebsd_12_task: - make -j${NPROC} - src/vim --version test_script: - # Runtime Indent tests do not work, run only the normal test suite - - cd src && make test + - make test |