Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ matrix:
before_install:
# Required for format check.
- go get golang.org/x/tools/cmd/goimports
# Required for code get checks.
- go mod download gonum.org/v1/gonum || true
# Required for imports check.
- go get gonum.org/v1/tools/cmd/check-imports
# Required for copyright header check.
Expand Down
4 changes: 0 additions & 4 deletions .travis/linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ set -ex
# prior to more specific installation commands for a particular blas library.
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
go get gonum.org/v1/gonum/blas
go get gonum.org/v1/gonum/lapack
go get gonum.org/v1/gonum/floats

# Repositories for code generation.
go get modernc.org/cc
go get gonum.org/v1/netlib/internal/binding

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