Skip to content

Commit

Permalink
all: remove go1.7 build constraints and update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Oct 27, 2017
1 parent d22599e commit 3bf2066
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: go

# Versions of go that are explicitly supported by gonum.
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x

go_import_path: gonum.org/v1/netlib

Expand Down
2 changes: 0 additions & 2 deletions blas/netlib/dtrmvbench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build go1.7

package netlib

import (
Expand Down
2 changes: 0 additions & 2 deletions lapack/netlib/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build go1.7

package netlib

import (
Expand Down

0 comments on commit 3bf2066

Please sign in to comment.