Skip to content

Commit 3401085

Browse files
committed
julia version requirements
1 parent 3bf0ba8 commit 3401085

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ notifications:
55
email: false
66
env:
77
matrix:
8-
- JULIAVERSION="juliareleases"
8+
# - JULIAVERSION="juliareleases"
99
- JULIAVERSION="julianightlies"
1010
before_install:
1111
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
@@ -15,4 +15,4 @@ before_install:
1515
script:
1616
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("KDE"))`); Pkg.pin("KDE"); Pkg.resolve()'
1717
- julia -e 'using KDE; @assert isdefined(:KDE); @assert typeof(KDE) === Module'
18-
- julia ./runtests.jl
18+
- julia ./runtests.jl

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
julia 0.3
12
StatsBase
23
Distributions

0 commit comments

Comments
 (0)