File tree Expand file tree Collapse file tree 3 files changed +10
-37
lines changed Expand file tree Collapse file tree 3 files changed +10
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ language: julia
5
5
os :
6
6
- linux
7
7
- osx
8
+ - windows
8
9
9
10
julia :
10
11
- 1.0
15
16
- amd64
16
17
- x86
17
18
19
+ branches :
20
+ only :
21
+ - master
22
+ - dev
23
+ - /^release-.*$/
24
+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
25
+
18
26
notifications :
19
27
email : false
20
28
31
39
exclude :
32
40
- os : osx
33
41
arch : x86
42
+ - os : windows
43
+ arch : x86
34
44
include :
35
45
- stage : " Documentation"
36
46
julia : 1.0
Original file line number Diff line number Diff line change 4
4
[ ![ Documentation for development version] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://oschulz.github.io/EmpiricalDistributions.jl/dev )
5
5
[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md )
6
6
[ ![ Travis Build Status] ( https://travis-ci.com/oschulz/EmpiricalDistributions.jl.svg?branch=master )] ( https://travis-ci.com/oschulz/EmpiricalDistributions.jl )
7
- [ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/oschulz/EmpiricalDistributions.jl?branch=master&svg=true )] ( https://ci.appveyor.com/project/oschulz/EmpiricalDistributions-jl )
8
7
[ ![ Codecov] ( https://codecov.io/gh/oschulz/EmpiricalDistributions.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/oschulz/EmpiricalDistributions.jl )
9
8
10
9
A Julia package for empirical probability distributions. Currently
You can’t perform that action at this time.
0 commit comments