Skip to content

Commit 0ccb6d7

Browse files
committed
Update travis URL.
1 parent 0f9db9e commit 0ccb6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.
44

5-
[![Build Status](https://travis-ci.org/vtjnash/Polynomial.jl.png?branch=master)](https://travis-ci.org/vtjnash/Polynomial.jl)
5+
[![Build Status](https://travis-ci.org/Keno/Polynomials.jl.png?branch=master)](https://travis-ci.org/Keno/Polynomials.jl)
66

77
#### Poly{T<:Number}(a::Vector)
88
Construct a polynomial from its coefficients, lowest order first.

0 commit comments

Comments
 (0)