Skip to content

Commit cd04d31

Browse files
committed
bump to julia 0.7
1 parent 9950ed6 commit cd04d31

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.6
6+
- 0.7
7+
- 1.0
78
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: 1.0
12+
- julia: nightly
813
notifications:
914
email: false
1015
# Uncomment the following lines to override the default test script
1116
#script:
1217
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1318
# - julia -e 'Pkg.clone(pwd()); Pkg.build("KernelDensity"); Pkg.test("KernelDensity"; coverage=true)'
1419
after_success:
15-
- julia -e 'cd(Pkg.dir("KernelDensity")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
20+
- julia -e 'import Pkg, KernelDensity; cd(joinpath(dirname(pathof(KernelDensity)), "..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
julia 0.6
2-
Compat 0.17
1+
julia 0.7
2+
Compat
33
StatsBase
44
Distributions
55
Optim

0 commit comments

Comments
 (0)