Skip to content

Commit c436d5d

Browse files
committed
add using LinearAlgebra to tests
1 parent 6c4471a commit c436d5d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ os:
66
julia:
77
- 0.6
88
- nightly
9-
matrix:
10-
allow_failures:
11-
- julia: nightly
129
notifications:
1310
email: false
1411
after_success:

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using BlockBandedMatrices, Compat, Compat.Test
1+
using BlockBandedMatrices, Compat, Compat.Test, Compat.LinearALgebra
22

33
include("test_blockbanded.jl")
44
include("test_bandedblockbanded.jl")

0 commit comments

Comments
 (0)