invenia / Parallelism.jl

A library for threaded and distributed parallelism.
MIT License
8 stars 1 forks source link

Fix julia version to work with threading code #1

Closed morris25 closed 4 years ago

morris25 commented 4 years ago

@spawn was added in Julia v1.3. This updates Project.toml and CI to reflect that.

This also switches the windows build to use Travis rather than Appveyor.

codecov[bot] commented 4 years ago

Codecov Report

Merging #1 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #1   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           24        25    +1     
=========================================
+ Hits            24        25    +1     
Impacted Files Coverage Δ
src/tmap.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16ae2cc...6aec86f. Read the comment docs.