Skip to content

Commit b0ea183

Browse files
committed
Run all tests on Travis, remove Appveyor
1 parent 18ae5a9 commit b0ea183

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

.appveyor.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: julia
55
os:
66
- linux
77
- osx
8+
- windows
89

910
julia:
1011
- 1.0
@@ -15,6 +16,13 @@ arch:
1516
- amd64
1617
- x86
1718

19+
branches:
20+
only:
21+
- master
22+
- dev
23+
- /^release-.*$/
24+
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
25+
1826
notifications:
1927
email: false
2028

@@ -31,6 +39,8 @@ jobs:
3139
exclude:
3240
- os: osx
3341
arch: x86
42+
- os: windows
43+
arch: x86
3444
include:
3545
- stage: "Documentation"
3646
julia: 1.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/EmpiricalDistributions.jl/dev)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
66
[![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)
87
[![Codecov](https://codecov.io/gh/oschulz/EmpiricalDistributions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/oschulz/EmpiricalDistributions.jl)
98

109
A Julia package for empirical probability distributions. Currently

0 commit comments

Comments
 (0)