We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf0ba8 commit 3401085Copy full SHA for 3401085
.travis.yml
@@ -5,7 +5,7 @@ notifications:
5
email: false
6
env:
7
matrix:
8
- - JULIAVERSION="juliareleases"
+# - JULIAVERSION="juliareleases"
9
- JULIAVERSION="julianightlies"
10
before_install:
11
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
@@ -15,4 +15,4 @@ before_install:
15
script:
16
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("KDE"))`); Pkg.pin("KDE"); Pkg.resolve()'
17
- julia -e 'using KDE; @assert isdefined(:KDE); @assert typeof(KDE) === Module'
18
- - julia ./runtests.jl
+ - julia ./runtests.jl
REQUIRE
@@ -1,2 +1,3 @@
1
+julia 0.3
2
StatsBase
3
Distributions
0 commit comments