rohitvarkey / ThreeJS.jl

Julia interface to WebGL using Three-js custom elements and Patchwork.jl
https://rohitvarkey.github.io/ThreeJS.jl
Other
56 stars 15 forks source link

Use dirname(@__FILE__) instead of Pkg.dir #30

Closed tkelman closed 8 years ago

tkelman commented 8 years ago

This allows installing the package elsewhere.

Add testing against 0.5 to Travis - this runs the most recent RC now, release once final tags are done.

Add FactCheck to test/REQUIRE

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.023% when pulling 26bbaf8edada218282f2c3a318c6bd8281be74cd on tkelman:nopkgdir into f7ec8fc30131bfcd362f26622b15da083f3f5f64 on rohitvarkey:master.

rohitvarkey commented 8 years ago

Thanks @tkelman! Sorry for taking so long to get around to this.