Skip to content

Commit 2a2258d

Browse files
authored
Merge pull request #33 from JuliaStats/aa/update-ci-0.5
Update Travis to use 0.5 and allow precompilation
2 parents 7fa41ad + af432a5 commit 2a2258d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 0.3
77
- 0.4
8+
- 0.5
89
- nightly
910
notifications:
1011
email: false

src/KernelDensity.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
VERSION >= v"0.4.0-dev+6521" && __precompile__()
2+
13
module KernelDensity
24

35
using StatsBase

0 commit comments

Comments
 (0)