Skip to content

Commit 3aa6ab8

Browse files
committed
Add 1.1 to appveyor, README update
1 parent 3128d9e commit 3aa6ab8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ notifications:
1515
email: false
1616
after_script:
1717
- bash ./docs/travis.sh
18-
after_success:
19-
- julia -e 'cd(Pkg.dir("ApproxFunOrthogonalPolynomials")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
20-
18+
codecov: true
2119

2220
# uncomment the following lines to override the default test script
2321
#script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Support for orthogonal polynomial-based spaces in ApproxFun
1010

1111

1212

13-
[ApproxFun.jl](https://github.com/JuliaApproximation/ApproxFun.jl) is a package for approximating functions. This package implements orthogonal polynomial based spaces to ApproxFun, including Chebyshev, Jacobi,
13+
[ApproxFun.jl](https://github.com/JuliaApproximation/ApproxFun.jl) is a package for approximating functions. This package implements orthogonal polynomial based spaces to ApproxFun, including Chebyshev, Jacobi, Laguerre, and Hermite.

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ environment:
22
matrix:
33
- julia_version: 0.7
44
- julia_version: 1
5+
- julia_version: 1.1
56
- julia_version: nightly
67

78
platform:

0 commit comments

Comments
 (0)