Skip to content

Commit

Permalink
Use Travis for Windows testing and update Travis urls to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Oct 2, 2020
1 parent 59989e1 commit cdbf595
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
37 changes: 0 additions & 37 deletions .appveyor.yml

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: julia
os:
- linux
- osx
- windows

julia:
- 1.0
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,8 +2,7 @@

Mathematical functions related to statistics.

[![Travis](https://travis-ci.org/JuliaStats/StatsFuns.jl.svg?branch=master)](https://travis-ci.org/JuliaStats/StatsFuns.jl)
[![Appveyor](https://ci.appveyor.com/api/projects/status/andreasnoack/statsfuns-jl?branch=master&svg=true)](https://ci.appveyor.com/project/andreasnoack/statsfuns-jl)
[![Travis](https://travis-ci.com/JuliaStats/StatsFuns.jl.svg?branch=master)](https://travis-ci.com/JuliaStats/StatsFuns.jl)
[![Coveralls](https://coveralls.io/repos/github/JuliaStats/StatsFuns.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaStats/StatsFuns.jl?branch=master)

This package provides a collection of mathematical constants and numerical functions for statistical computing.
Expand Down

0 comments on commit cdbf595

Please sign in to comment.