Skip to content

Commit 6d16ce7

Browse files
committed
travis build to 1.18
1 parent f090883 commit 6d16ce7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: go
22

3-
env: GO111MODULE=on
3+
env:
4+
- GO111MODULE=on
45

56
go:
6-
- 1.13.x
7-
- 1.14.x
7+
- 1.17.x
8+
- 1.18.x
89

910
git:
1011
depth: 1
1112

12-
before_script:
13+
before_install:
1314
- cd dyndns
1415

1516
script:

0 commit comments

Comments
 (0)