Skip to content

Commit

Permalink
Updates for move to JuliaMath (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Apr 26, 2018
1 parent 5db070a commit 9dcb3ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
- linux
- osx
julia:
- 0.6
- nightly
- 0.6
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Calculus"); Pkg.test("Calculus"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("Calculus")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Calculus.jl
===========

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

# Introduction

Expand Down

0 comments on commit 9dcb3ca

Please sign in to comment.