File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ # Documentation: http://docs.travis-ci.com/user/languages/julia/
12language : julia
23os :
3- - linux
4- - osx
4+ - linux
5+ - osx
56julia :
6- - 0.6
7- - nightly
7+ - 0.6
8+ - nightly
89notifications :
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())'
Original file line number Diff line number Diff line change 11Calculus.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
You can’t perform that action at this time.
0 commit comments