Skip to content

Commit 9f531bc

Browse files
committed
Add go.mod file and update .travis.yml
1 parent 9afe935 commit 9f531bc

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: go
2+
go_import_path: github.com/fhs/go-netcdf
3+
4+
env:
5+
global:
6+
- GO111MODULE=on
27

38
go:
4-
- 1.0
5-
- 1.1
6-
- 1.2
7-
- 1.3
8-
- 1.10
9+
- "1.10.x"
10+
- "1.11.x"
11+
- "1.12.x"
912

1013
before_install:
1114
- sudo apt-get update -q -y

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/fhs/go-netcdf
2+
3+
go 1.12

0 commit comments

Comments
 (0)