File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ matrix:
52
52
before_install :
53
53
# Required for format check.
54
54
- go get golang.org/x/tools/cmd/goimports
55
- # Required for code get checks.
56
- - go mod download gonum.org/v1/gonum || true
57
55
# Required for imports check.
58
56
- go get gonum.org/v1/tools/cmd/check-imports
59
57
# Required for copyright header check.
Original file line number Diff line number Diff line change 4
4
# prior to more specific installation commands for a particular blas library.
5
5
go get golang.org/x/tools/cmd/cover
6
6
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
10
7
11
8
# Repositories for code generation.
12
9
go get modernc.org/cc
13
- go get gonum.org/v1/netlib/internal/binding
14
10
15
11
# travis compiles commands in script and then executes in bash. By adding
16
12
# set -e we are changing the travis build script's behavior, and the set
You can’t perform that action at this time.
0 commit comments