Skip to content

Commit

Permalink
travis: remove redundant go get invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 19, 2020
1 parent 16abd5a commit a20ca94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
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
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

0 comments on commit a20ca94

Please sign in to comment.