Skip to content

Commit

Permalink
Merge pull request #33 from JuliaStats/aa/update-ci-0.5
Browse files Browse the repository at this point in the history
Update Travis to use 0.5 and allow precompilation
  • Loading branch information
ararslan committed Aug 2, 2016
2 parents 7fa41ad + af432a5 commit 2a2258d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
julia:
- 0.3
- 0.4
- 0.5
- nightly
notifications:
email: false
Expand Down
2 changes: 2 additions & 0 deletions src/KernelDensity.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VERSION >= v"0.4.0-dev+6521" && __precompile__()

module KernelDensity

using StatsBase
Expand Down

0 comments on commit 2a2258d

Please sign in to comment.