TravisCI failures
asmallteapot opened this issue · 2 comments
asmallteapot commented
Travis appears to be having problems building master:
❌ /Users/travis/build/plangrid/ReactiveLists/Sources/TableViewDriver.swift:113:47: value of type '[IndexPath]' has no member 'compactMap'
let indexPathsAndViewModelsToReload = visibleIndexPaths.compactMap { indexPath in
^~~~~~~~~~~~~~~~~ ~~~~~~~~~~
anayini commented
@asmallteapot - Hm could be because compactMap
is only available on 9.3+? I'll take a further look soon!
jessesquires commented
lol. yeah. I haven't been maintaining travis very well.
I'm planning to devote some love to this project on Friday, if possible