Try to fix CI

This commit is contained in:
Bartolomeo Stellato
2018-09-08 14:11:11 -04:00
parent 68ac4d1095
commit 91bb948b90
4 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
" Author: Bartolomeo Stellato bartolomeo.stellato@gmail.com
" Description: Functions for integrating with Julia tools
" Find the nearest dir contining a git project as julia project
let s:__ale_julia_project_filenames = ['REQUIRE']
" Find the nearest dir containing a julia project
let s:__ale_julia_project_filenames = ['REQUIRE', 'Manifest.toml', 'Project.toml']
function! ale#julia#FindProjectRoot(buffer) abort
for l:project_filename in s:__ale_julia_project_filenames