Skip to content

Commit 11c4a4e

Browse files
committed
Fix import in test
1 parent 0ab161b commit 11c4a4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ matrix:
1313
- julia: nightly
1414
notifications:
1515
email: false
16-
after_script:
17-
- bash ./docs/travis.sh
1816
codecov: true
1917

2018
# uncomment the following lines to override the default test script

test/SpeedODETest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ApproxFunOrthogonalPolynomials, SpecialFunctions, Test
2-
import ApproxFunOrthogonalPolynomials: ldiv_coefficients
2+
import ApproxFunBase: ldiv_coefficients
33

44
## ODEs
55

0 commit comments

Comments
 (0)