JuliaBerry / PiCraft.jl

Manipulate Minecraft on the Raspberry Pi from Julia
https://juliaberry.github.io/PiCraft.jl/
Other
38 stars 11 forks source link

use version number instead of release in .travis.yml #1

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

release will change over time, but your REQUIRE file says this package supports julia 0.5 so it should continue to be tested

aviks commented 7 years ago

Thanks Tony.