Skip to content

Commit 9dcb3ca

Browse files
authored
Updates for move to JuliaMath (#121)
1 parent 5db070a commit 9dcb3ca

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
12
language: julia
23
os:
3-
- linux
4-
- osx
4+
- linux
5+
- osx
56
julia:
6-
- 0.6
7-
- nightly
7+
- 0.6
8+
- nightly
89
notifications:
910
email: false
11+
# uncomment the following lines to override the default test script
12+
#script:
13+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Calculus"); Pkg.test("Calculus"; coverage=true)'
15+
after_success:
16+
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("Calculus")); using Coverage; Coveralls.submit(Coveralls.process_folder())'

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Calculus.jl
22
===========
33

4-
[![Build Status](https://travis-ci.org/johnmyleswhite/Calculus.jl.svg?branch=master)](https://travis-ci.org/johnmyleswhite/Calculus.jl)
5-
[![Calculus](http://pkg.julialang.org/badges/Calculus_release.svg)](http://pkg.julialang.org/?pkg=Calculus&ver=release)
4+
[![Build Status](https://travis-ci.org/JuliaMath/Calculus.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/Calculus.jl)
5+
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/Calculus.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/Calculus.jl?branch=master)
6+
[![Calculus](http://pkg.julialang.org/badges/Calculus_0.6.svg)](http://pkg.julialang.org/detail/Calculus)
7+
[![Calculus](http://pkg.julialang.org/badges/Calculus_0.7.svg)](http://pkg.julialang.org/detail/Calculus)
68

79
# Introduction
810

0 commit comments

Comments
 (0)