Skip to content

Commit 4da3253

Browse files
committed
travis: add 1.15
1 parent a011842 commit 4da3253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go_import_path: github.com/pkg/sftp
44
# current and previous stable releases, plus tip
55
# remember to exclude previous and tip for macs below
66
go:
7-
- 1.13.x
87
- 1.14.x
8+
- 1.15.x
99
- tip
1010

1111
os:
@@ -15,7 +15,7 @@ os:
1515
matrix:
1616
exclude:
1717
- os: osx
18-
go: 1.13.x
18+
go: 1.14.x
1919
- os: osx
2020
go: tip
2121

0 commit comments

Comments
 (0)