Skip to content

Commit 05e647d

Browse files
authored
Merge 63629de into 16abd5a
2 parents 16abd5a + 63629de commit 05e647d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ matrix:
5252
before_install:
5353
# Required for format check.
5454
- go get golang.org/x/tools/cmd/goimports
55-
# Required for code get checks.
56-
- go mod download gonum.org/v1/gonum || true
5755
# Required for imports check.
5856
- go get gonum.org/v1/tools/cmd/check-imports
5957
# Required for copyright header check.

.travis/linux/install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ set -ex
44
# prior to more specific installation commands for a particular blas library.
55
go get golang.org/x/tools/cmd/cover
66
go get github.com/mattn/goveralls
7-
go get gonum.org/v1/gonum/blas
8-
go get gonum.org/v1/gonum/lapack
9-
go get gonum.org/v1/gonum/floats
107

118
# Repositories for code generation.
129
go get modernc.org/cc
13-
go get gonum.org/v1/netlib/internal/binding
1410

1511
# travis compiles commands in script and then executes in bash. By adding
1612
# set -e we are changing the travis build script's behavior, and the set

0 commit comments

Comments
 (0)