workaround windows travis build issue

This commit is contained in:
sagie gur ari 2020-03-27 17:00:39 +00:00
parent 303757f391
commit c433b739e6
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ dump.rdb
/rs*.sh
/docs/_site
/core
target/

View file

@ -6,9 +6,11 @@ fn test_file
end
fn test_directory
value = is_path_exists ./target
if not is_windows
value = is_path_exists ./target
assert ${value}
assert ${value}
end
end
fn test_not_found